[][src]Function syn::visit::visit_item_mod

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