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