Function rustfmt_nightly::closures::rewrite_closure_expr

source ·
fn rewrite_closure_expr(
    expr: &Expr,
    prefix: &str,
    context: &RewriteContext<'_>,
    shape: Shape
) -> Option<String>