Type Alias GoogleCloudKmsResult

Source
pub type GoogleCloudKmsResult<T> = Result<T, GoogleCloudKmsError>;

Aliased Type§

enum GoogleCloudKmsResult<T> {
    Ok(T),
    Err(GoogleCloudKmsError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(GoogleCloudKmsError)

Contains the error value