Type Alias mangadex_api::v5::schema::AuthorResponse

source ·
pub type AuthorResponse = Result<ApiData<ApiObject<AuthorAttributes>>, Error>;

Aliased Type§

enum AuthorResponse {
    Ok(ApiData<ApiObject<AuthorAttributes>>),
    Err(Error),
}

Variants§

§1.0.0

Ok(ApiData<ApiObject<AuthorAttributes>>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value