prettytty

Module err

Source
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§

Enums§

Functions§

  • Report the error, including any sources.
  • Determine whether an operation should be retried.