Function syn::fold::fold_lifetime_param

source ยท
pub fn fold_lifetime_param<F>(f: &mut F, node: LifetimeParam) -> LifetimeParam
where F: Fold + ?Sized,
Available on crate feature fold and (crate features derive or full) only.