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