Skip to main content

run_async_test

Function run_async_test 

Source
pub fn run_async_test<F, T>(make_future: F) -> T
where F: FnOnce() -> Pin<Box<dyn Future<Output = T> + Send>> + Send + 'static, T: Send + 'static,