Type Alias mangadex_api::v5::schema::TagResponse

source ·
pub type TagResponse = Result<ApiData<ApiObject<TagAttributes>>, Error>;

Aliased Type§

enum TagResponse {
    Ok(ApiData<ApiObject<TagAttributes>>),
    Err(Error),
}

Variants§

§1.0.0

Ok(ApiData<ApiObject<TagAttributes>>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value