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