Expand description
Functions and type definitions for handling errors.
Structs§
- An error backtrace.
Enums§
- A captured backtrace frame.
- The error type used by
BinRead
.
Traits§
- The
ContextExt
trait allows extra information to be added to errors. - The
CustomError
trait describes types that are usable as custom errors in aBinResult
.