mangadex_api_schema_rust::v5

Type Alias MangaResponse

Source
pub type MangaResponse = Result<MangaData>;

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