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