syn::fold

Function fold_bound_lifetimes

Source
pub fn fold_bound_lifetimes<F>(
    f: &mut F,
    node: BoundLifetimes,
) -> BoundLifetimes
where F: Fold + ?Sized,
Available on crate feature fold and (crate features derive or full) only.