pub type GoogleCloudKmsResult<T> = Result<T, GoogleCloudKmsError>;Aliased Type§
enum GoogleCloudKmsResult<T> {
Ok(T),
Err(GoogleCloudKmsError),
}pub type GoogleCloudKmsResult<T> = Result<T, GoogleCloudKmsError>;enum GoogleCloudKmsResult<T> {
Ok(T),
Err(GoogleCloudKmsError),
}