Type Alias mangadex_api::v5::schema::MangaAggregateResponse

source ·
pub type MangaAggregateResponse = Result<MangaAggregate, Error>;

Aliased Type§

enum MangaAggregateResponse {
    Ok(MangaAggregate),
    Err(Error),
}

Variants§

§1.0.0

Ok(MangaAggregate)

Contains the success value

§1.0.0

Err(Error)

Contains the error value