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