Type Definition http_types::Result
source · pub type Result<T> = Result<T, Error>;
Expand description
A specialized Result
type for HTTP operations.
This type is broadly used across http_types
for any operation which may
produce an error.