Module report

Source
Expand description

The Report type which reports errors nicely

Structs§

Report
Wraps any Error, providing a nicely-reporting Display impl
ReportHelper
Helper type for reporting errors that are concrete implementors of StdError

Traits§

ErrorReport
Extension trait providing .report() method on concrete errors

Functions§

report_and_exit
Report the error E to stderr, and exit the program