Type Alias mangadex_api::v5::schema::MangaResponse

source ·
pub type MangaResponse = Result<ApiData<ApiObject<MangaAttributes>>, Error>;

Aliased Type§

enum MangaResponse {
    Ok(ApiData<ApiObject<MangaAttributes>>),
    Err(Error),
}

Variants§

§1.0.0

Ok(ApiData<ApiObject<MangaAttributes>>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value