Structs§
- BoxError
Wrapper - Error
- Error type
Traits§
- Error
Context - StdError
Error
is a trait representing the basic expectations for error values, i.e., values of typeE
inResult<T, E>
.- ToSerde
Error
Type Aliases§
- Result
- Result type returned from functions that can have our
Error
s.