Type Alias mangadex_api::v5::schema::ApiClientSecretResponse

source ·
pub type ApiClientSecretResponse = Result<ApiClientSecret, Error>;

Aliased Type§

enum ApiClientSecretResponse {
    Ok(ApiClientSecret),
    Err(Error),
}

Variants§

§1.0.0

Ok(ApiClientSecret)

Contains the success value

§1.0.0

Err(Error)

Contains the error value