mangadex_api::v5::schema

Type Alias GroupResponse

Source
pub type GroupResponse = Result<ApiData<ApiObject<ScanlationGroupAttributes>>, Error>;

Aliased Type§

enum GroupResponse {
    Ok(ApiData<ApiObject<ScanlationGroupAttributes>>),
    Err(Error),
}

Variants§

§1.0.0

Ok(ApiData<ApiObject<ScanlationGroupAttributes>>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value