pub fn fold_explain_format<F, T, T2>( folder: &mut F, node: ExplainFormat, ) -> ExplainFormatwhere T: AstInfo, T2: AstInfo, F: Fold<T, T2> + ?Sized,