Type Alias mangadex_api::v5::schema::AuthorListResponse

source ·
pub type AuthorListResponse = Result<Results<ApiObject<AuthorAttributes>>, Error>;

Aliased Type§

enum AuthorListResponse {
    Ok(Results<ApiObject<AuthorAttributes>>),
    Err(Error),
}

Variants§

§1.0.0

Ok(Results<ApiObject<AuthorAttributes>>)

Contains the success value

§1.0.0

Err(Error)

Contains the error value