pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
A convenient error type alias.
pub struct BoxError(/* private fields */);