Struct eyre::DefaultHandler [−][src]
pub struct DefaultHandler { /* fields omitted */ }
Expand description
The default provided error report handler for eyre::Report
.
On nightly this supports conditionally capturing a std::backtrace::Backtrace
if the source
error did not already capture one.
Trait Implementations
Define the report format Read more
Store the location of the caller who constructed this error report