test_async_with

Function test_async_with 

Source
pub async fn test_async_with<F>(func: F)
where F: for<'js> FnOnce(Ctx<'js>) -> Pin<Box<dyn Future<Output = ()> + 'js>> + Send,