[][src]Module binsec::errors

Defines the error type used throughout both the library crate and the main command-line application when encountering exceptions.

Structs

BinError

Defines the main error type used for any exception that occurs.

Enums

ErrorKind

Defines the error variants that can be encountered when executing.

Type Definitions

BinResult