[][src]Module sloppy_rfc4880::errors

Macros

bail

Return early with an error.

debug

Logs a message at the debug level.

trace

Logs a message at the trace level.

Structs

Error

The Error type, a wrapper around a dynamic error type.

Traits

Context

Provides the context method for Result.

Type Definitions

Result

Result<T, Error>