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