Function rustfmt_nightly::expr::wrap_struct_field

source ·
pub(crate) fn wrap_struct_field(
    context: &RewriteContext<'_>,
    attrs: &[Attribute],
    fields_str: &str,
    shape: Shape,
    nested_shape: Shape,
    one_line_width: usize
) -> Option<String>