rustfmt_nightly::closures

Function rewrite_closure_with_block

Source
fn rewrite_closure_with_block(
    body: &Expr,
    prefix: &str,
    context: &RewriteContext<'_>,
    shape: Shape,
) -> Result<String, RewriteError>