Expand description
Traits for working with Errors.
Traits
Erroris a trait representing the basic expectations for error values, i.e., values of typeEinResult<T, E>. Errors must describe themselves through theDisplayandDebugtraits, and may provide cause chain information: