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