Type Alias mangadex_api::v5::schema::MangaReadingStatusesResponse

source ·
pub type MangaReadingStatusesResponse = Result<MangaReadingStatuses, Error>;

Aliased Type§

enum MangaReadingStatusesResponse {
    Ok(MangaReadingStatuses),
    Err(Error),
}

Variants§

§1.0.0

Ok(MangaReadingStatuses)

Contains the success value

§1.0.0

Err(Error)

Contains the error value