syn::gen::visit

Function visit_item_union

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