pub fn harness<F, Fut>(test: F)where F: FnOnce() -> Fut, Fut: Future<Output = TestResult>,
a test harness for use with [test_harness]
test_harness