Module bitbazaar::errors

source ·
Expand description

Error handling utilities.

Type Aliases

  • An error type that can be created automatically from any other error, and stores the location the error was created.
  • A Result<T, E> wrapper shorthand for Result<T, TracedErr>.