Function trillium_testing::harness

source ·
pub fn harness<F, Fut, Output>(test: F) -> Output
where F: FnOnce() -> Fut, Fut: Future<Output = Output>, Output: Termination,
Expand description

a test harness for use with [test_harness]