Type Alias mangadex_api_schema_rust::v5::ChapterResponse
source · pub type ChapterResponse = Result<ChapterData>;Aliased Type§
enum ChapterResponse {
Ok(ApiData<ApiObject<ChapterAttributes>>),
Err(Error),
}pub type ChapterResponse = Result<ChapterData>;enum ChapterResponse {
Ok(ApiData<ApiObject<ChapterAttributes>>),
Err(Error),
}