Function rustfmt_nightly::types::rewrite_lifetime_param
source · pub(crate) fn rewrite_lifetime_param(
context: &RewriteContext<'_>,
shape: Shape,
generic_params: &[GenericParam]
) -> Option<String>
Expand description
Returns None
if there is no LifetimeDef
in the given generic parameters.