pub type BoxError = Box<dyn Error + Send + Sync>;
Boxed Error with Send and Sync
Error
Send
Sync
pub struct BoxError(/* private fields */);