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