Module retdec::error [] [src]

Error handling.

Structs

Error

The Error type.

Enums

ErrorKind

The kind of an error.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Functions

print_error

Prints the given error to the given stream.

Type Definitions

Result

Convenient wrapper around std::Result.