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