Type Definition gcemeta::Result

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

Wrapper for the Result type with an Error.