Crate eyre_impl

Source

Structs§

Chain
An iterator over an Error and its sources.
ErrorReporter
A general purpose error reporting type for holding generic errors and associating generic context with those errors
Indented
Helper struct for efficiently numbering and correctly indenting multi line display implementations

Traits§

ErrorContext
Helper trait for inserting generic types representing context into a Context
IntoErrorReporter
Helper trait for creating error reporters from context in extension Traits