Function rustfmt_nightly::matches::rewrite_match_body

source ·
fn rewrite_match_body(
    context: &RewriteContext<'_>,
    body: &P<Expr>,
    pats_str: &str,
    shape: Shape,
    has_guard: bool,
    arrow_span: Span,
    is_last: bool
) -> Option<String>