pub type BoxError = Box<dyn Error + Send + Sync>;
Errors that can pass across threads.
struct BoxError(/* private fields */);