pub fn fold_window_frame<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: WindowFrame, ) -> WindowFramewhere F: Fold<T, T2> + ?Sized,