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