pub fn visit_cluster_name<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast T::ClusterName, )where V: Visit<'ast, T> + ?Sized,