mangadex_api_schema_rust::v5

Type Alias ChapterStatisticsResponse

Source
pub type ChapterStatisticsResponse = Result<ChapterStatisticsObject>;

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