Function syn::fold::fold_lifetime_param

source ·
pub fn fold_lifetime_param<F>(f: &mut F, node: LifetimeParam) -> LifetimeParamwhere
    F: Fold + ?Sized,
Available on crate feature fold only.