Function rustfmt_nightly::expr::rewrite_field

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