pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
A boxed source error that can cross thread boundaries.
pub struct BoxError(/* private fields */);