pub fn fold_doc_on_schema<F, T, T2>( folder: &mut F, node: DocOnSchema, ) -> DocOnSchemawhere T: AstInfo, T2: AstInfo, F: Fold<T, T2> + ?Sized,