rustfmt_nightly::expr

Function rewrite_field

Source
pub(crate) fn rewrite_field(
    context: &RewriteContext<'_>,
    field: &ExprField,
    shape: Shape,
    prefix_max_width: usize,
) -> Result<String, RewriteError>