mangadex_api_schema_rust::v5

Type Alias ChapterResponse

Source
pub type ChapterResponse = Result<ChapterData>;

Aliased Type§

enum ChapterResponse {
    Ok(ApiData<ApiObject<ChapterAttributes>>),
    Err(Error),
}

Variants§

§1.0.0

Ok(ApiData<ApiObject<ChapterAttributes>>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value