Expand description
Small crate with zero dependencies to help you display an error.
Structs§
- Display
- Implementation of core::fmt::Display to display an error and its nested errors.
- Error
Wrapper - Encapsulates error message and its inner error.
Traits§
- Error
Display - Provides a method to get a Display.
Functions§
- wrap
- Helper function to construct ErrorWrapper.