syn::fold

Function fold_lifetime_def

source
pub fn fold_lifetime_def<F>(f: &mut F, node: LifetimeDef) -> LifetimeDef
where F: Fold + ?Sized,