pub type BoxedError = Box<dyn StdError + Send + Sync + 'static>;
A boxed Send + Sync + 'static error.
Send + Sync + 'static
pub struct BoxedError(/* private fields */);