prepare for next todo
This commit is contained in:
		| @@ -29,6 +29,12 @@ pub(crate) struct OgdSearchResult { | ||||
|     ogd_document_results: OgdDocumentResults, | ||||
| } | ||||
|  | ||||
| impl OgdSearchResult { | ||||
|     fn has_next_page(&self) -> bool { | ||||
|         todo!(); | ||||
|     } | ||||
| } | ||||
|  | ||||
| #[derive(Deserialize)] | ||||
| #[serde(rename_all = "PascalCase")] | ||||
| pub(crate) struct OgdDocumentResults { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user