pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
A boxed underlying error source (same shape as the host’s mocra::BoxError).
mocra::BoxError
pub struct BoxError(/* private fields */);