mangadex_api_schema_rust::v5

Type Alias MangaAggregateResponse

Source
pub type MangaAggregateResponse = Result<MangaAggregate>;

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