pub type OnRun = Box<dyn Fn(EnvRun) -> Pin<Box<dyn Future<Output = TestsResult<()>> + Send>> + Send + Sync>;
Per-test callback: runs before each test() call.
pub struct OnRun(/* private fields */);