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§
- Error
- A terminal error.
Enums§
- Error
Kind - The enumeration of error kinds.
Functions§
- report
- Report the error, including any sources.
- should_
retry - Determine whether an operation should be retried.