Expand description
Helper module with this crate’s error type.
Terminal errors complement I/O errors by providing additional information about error conditions when scanning or parsing terminal input. They seamlessly convert to and from I/O errors.
Structs§
- A terminal error.
Enums§
- The enumeration of error kinds.
Functions§
- Report the error, including any sources.
- Determine whether an operation should be retried.