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