[][src]Function syn::visit::visit_item_union

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