Module error

Source
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
InternalError
Defines non-user errors

Traits§

IOErrorTrait
A trait to mark fulfilling the requirements put upon IO error types.
UIErrorTrait
A trait to mark fulfilling the requirements put upon UI error types.

Type Aliases§

Result