rustfmt_nightly::types

Function rewrite_bounded_lifetime

Source
fn rewrite_bounded_lifetime(
    lt: &Lifetime,
    bounds: &[GenericBound],
    span: Span,
    context: &RewriteContext<'_>,
    shape: Shape,
) -> Result<String, RewriteError>