Type Alias mangadex_api::v5::schema::ChapterStatisticsResponse

source ·
pub type ChapterStatisticsResponse = Result<ChapterStatisticsObject, Error>;

Aliased Type§

enum ChapterStatisticsResponse {
    Ok(ChapterStatisticsObject),
    Err(Error),
}

Variants§

§1.0.0

Ok(ChapterStatisticsObject)

Contains the success value

§1.0.0

Err(Error)

Contains the error value