syn::gen::visit

Function visit_impl_item

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