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