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