syn::gen::visit

Function visit_item

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