rustfmt_nightly::types

Function rewrite_bare_fn

Source
fn rewrite_bare_fn(
    bare_fn: &BareFnTy,
    span: Span,
    context: &RewriteContext<'_>,
    shape: Shape,
) -> Result<String, RewriteError>