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