Crate erdp

Crate erdp 

Source
Expand description

Small crate with zero dependencies to help you display an error.

Structs§

Display
Implementation of core::fmt::Display to display an error and its nested errors.
ErrorWrapper
Encapsulates error message and its inner error.

Traits§

ErrorDisplay
Provides a method to get a Display.

Functions§

wrap
Helper function to construct ErrorWrapper.