pub type BoxedError = Box<dyn Error>;
A boxed error type that is Send, Sync, and 'static.
Send
Sync
'static
struct BoxedError(/* private fields */);