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