syn::visit

Function visit_predicate_eq

source
pub fn visit_predicate_eq<'ast, V>(v: &mut V, node: &'ast PredicateEq)
where V: Visit<'ast> + ?Sized,