Function syn::visit::visit_impl_item

source ·
pub fn visit_impl_item<'ast, V: Visit<'ast> + ?Sized>(
    _visitor: &mut V,
    _i: &'ast ImplItem
)