syn::gen::visit

Function visit_item_mod

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