Module bitbazaar::errors::prelude

source ·
Expand description

Easily import all useful error items. Useful to put inside a crate prelude.

Re-exports§

Macros§

  • A macro for building Report<AnyErr> objects with string information easily.
  • A macro for building Report<ArbitraryErrorStackErr> objects with string context easily.
  • When working in a function that cannot return a result, use this to auto panic with the formatted error if something goes wrong.
  • When working in a function that cannot return a result, use this to auto panic with the formatted error if something goes wrong.

Structs§

Traits§