Expand description
Error primitives.
Structs§
- Error
- A type which holds a value of
HttpErrorin a type-erased form.
Enums§
- Never
- A type which has no possible values.
Traits§
- Http
Error - Trait representing error values from endpoints.
Functions§
Type Aliases§
- Result
- A type alias of
Result<T, E>whose error type is restricted toError.