Module cpp_to_rust_common::errors [] [src]

Error handling types based on error_chain crate.

Structs

Error

Enums

ErrorKind

Traits

ChainErr

Functions

fancy_unwrap

Works like unwrap(), but in case of an error, outputs formatted stack trace and chained error messages to the Error logging channel.

unexpected

Constructs an unexpected error

Type Definitions

Result