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