Type Alias BoxedError

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

A boxed error

Aliased Typeยง

struct BoxedError(/* private fields */);