Expand description
The Report type which reports errors nicely
Structs§
- Report
- Wraps any Error, providing a nicely-reporting Display impl
- Report
Helper - Helper type for reporting errors that are concrete implementors of
StdError
Traits§
- Error
Report - Extension trait providing
.report()
method on concrete errors
Functions§
- report_
and_ exit - Report the error E to stderr, and exit the program