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