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