Function rustfmt_nightly::matches::rewrite_match_arms

source ·
fn rewrite_match_arms(
    context: &RewriteContext<'_>,
    arms: &[Arm],
    shape: Shape,
    span: Span,
    open_brace_pos: BytePos
) -> Option<String>