Function rustfmt_nightly::patterns::rewrite_struct_pat[][src]

fn rewrite_struct_pat(
    path: &Path,
    fields: &[PatField],
    ellipsis: bool,
    span: Span,
    context: &RewriteContext<'_>,
    shape: Shape
) -> Option<String>