pub type ChapterStatisticsResponse = Result<ChapterStatisticsObject>;
Aliased Type§
enum ChapterStatisticsResponse {
Ok(ChapterStatisticsObject),
Err(Error),
}
Variants§
Ok(ChapterStatisticsObject)
Contains the success value
Err(Error)
Contains the error value