Type Alias BoxedError

Source
pub type BoxedError = Box<dyn Error>;
Expand description

A non-thread-safe (less constrained) version of CapturedError.

Aliased Typeยง

struct BoxedError(/* private fields */);