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),
}