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