syn::gen::fold

Function fold_predicate_lifetime

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