Type Alias mangadex_api::v5::schema::RatingsResponse

source ·
pub type RatingsResponse = Result<RatingsList, Error>;

Aliased Type§

enum RatingsResponse {
    Ok(RatingsList),
    Err(Error),
}

Variants§

§1.0.0

Ok(RatingsList)

Contains the success value

§1.0.0

Err(Error)

Contains the error value