Module rdftk_core::error[][src]

Expand description

The shared Error, ErrorKind, and Result common to the entire toolkit.

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

eprint_trace

Display an error trace to stderr.

error_trace

Convert an error into a trace string.

print_trace

Display an error trace to stdout.

Type Definitions

Result

Convenient wrapper around std::Result.