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