Function syn::visit::visit_where_predicate[][src]

pub fn visit_where_predicate<'ast, V>(v: &mut V, node: &'ast WherePredicate) where
    V: Visit<'ast> + ?Sized
This is supported on crate feature visit only.