Function syntax::visit::walk_trait_ref_helper[src]

pub fn walk_trait_ref_helper<E: Clone, V: Visitor<E>>(visitor: &mut V, trait_ref: &TraitRef, env: E)

Like with walk_method_helper this doesn't correspond to a method in Visitor, and so it gets a _helper suffix.