Function syn::visit::visit_variant

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