mangadex_api_schema_rust::v5

Type Alias ApiClientSecretResponse

Source
pub type ApiClientSecretResponse = Result<ApiClientSecret>;

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