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