pub fn fold_set_operator<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: SetOperator, ) -> SetOperatorwhere F: Fold<T, T2> + ?Sized,