Module binrw::error[][src]

Expand description

Functions and type definitions for handling errors.

Structs

A backtrace containing a set of frames representing (in order from innermost to outmost code)

Enums

A single frame in the backtrace

The error type used by BinRead.

Traits

An extension trait allowing for errors to be given additional frames of context

The CustomError trait describes types that are usable as custom errors in a BinResult.