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