rustfmt_nightly::items

Function rewrite_struct_field

Source
pub(crate) fn rewrite_struct_field(
    context: &RewriteContext<'_>,
    field: &FieldDef,
    shape: Shape,
    lhs_max_width: usize,
) -> Result<String, RewriteError>