Type Definition object_store::Result

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

A specialized Result for object store-related errors