[][src]Function syn::visit::visit_item_impl

pub fn visit_item_impl<'ast, V: ?Sized>(v: &mut V, node: &'ast ItemImpl) where
    V: Visit<'ast>,