Function syntax::visit::walk_trait_item[][src]

pub fn walk_trait_item<'a, V: Visitor<'a>>(
    visitor: &mut V,
    trait_item: &'a TraitItem
)