Type Alias BoxedError

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

A boxed error type that is Send, Sync, and 'static.

Aliased Typeยง

pub struct BoxedError(/* private fields */);