Type Alias BoxedError

Source
pub type BoxedError = Box<dyn Error + Send + Sync>;

Aliased Typeยง

struct BoxedError(/* private fields */);