Expand description
Holds Error type for the crate
Structs§
- IOError
- A wrapper type for any IO implementation’s error type
- UIError
- A wrapping struct for any UI’s error type
Enums§
- EdError
- A basic enum Error implementation
- Internal
Error - Defines non-user errors
Traits§
- IOError
Trait - A trait to mark fulfilling the requirements put upon IO error types.
- UIError
Trait - A trait to mark fulfilling the requirements put upon UI error types.