pub fn visit_object_name_mut<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast mut T::ObjectName, )where V: VisitMut<'ast, T> + ?Sized,