Function syn::fold::fold_predicate_lifetime

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