pub fn visit_data_enum<'ast, V>(v: &mut V, node: &'ast DataEnum) where
    V: Visit<'ast> + ?Sized
Available on crate feature visit only.