pub fn fold_join_operator<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: JoinOperator<T>, ) -> JoinOperator<T2>where F: Fold<T, T2> + ?Sized,