Function syntax::visit::walk_trait_refUnstable [-] [+] [src]

pub fn walk_trait_ref<'v, V>(visitor: &mut V, trait_ref: &'v TraitRef) where V: Visitor<'v>

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