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