Type Definition cloud_storage::Result

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

A type alias where the error is set to be cloud_storage::Error.