pub fn visit_mut_enum<V, T>( visitor: &mut V, ty: &mut EnumType, ) -> ControlFlow<T>where V: VisitMut<T> + ?Sized,