Expand description
Clone of the unstable std::error::Report type.
Backtrace support is omitted due to nightly requirement.
Copied on 2025-09-09.
Structs§
- Report
- An error reporter that prints an error and its sources.
Traits§
- Error
Erroris a trait representing the basic expectations for error values, i.e., values of typeEinResult<T, E>.