Type Definition gcloud_sdk::error::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Wrapper for the Result type with an Error.