Crate cli_utils_hoijui

source ·

Statics

Functions

Type Aliases

  • This serves as a general purpose, catch-all error type. It is widely compatible, owned, other errors can easily be converted to it, and it depends only on std. NOTE Try to avoid using this as much as possible, and rather use more specific error types.
  • This serves as a general purpose, catch-all result type. See BoxError for more.