rustfmt_nightly::matches

Function rewrite_guard

Source
fn rewrite_guard(
    context: &RewriteContext<'_>,
    guard: &Option<P<Expr>>,
    shape: Shape,
    pattern_width: usize,
    multiline_pattern: bool,
) -> Result<String, RewriteError>