[][src]Function syn::visit::walk_variant

pub fn walk_variant<V>(visitor: &mut V, variant: &Variant, generics: &Generics) where
    V: Visitor