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