Function rustfmt_nightly::closures::try_rewrite_without_block

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