[][src]Function syn::visit::visit_impl_item

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