[][src]Function syn::visit::visit_predicate_lifetime

pub fn visit_predicate_lifetime<'ast, V: ?Sized>(
    v: &mut V,
    node: &'ast PredicateLifetime
) where
    V: Visit<'ast>,