Skip to main content

with_runtime

Function with_runtime 

Source
pub fn with_runtime<F, Fut, Output>(test: F) -> Output
where F: FnOnce(Runtime) -> Fut, Fut: Future<Output = Output>, Output: Termination,
Expand description

a harness that includes the runtime