Type Alias RunTestAsync

Source
pub type RunTestAsync = Arc<dyn Fn(TestingContext) -> Pin<Box<dyn Future<Output = ()> + Send>> + Send + Sync>;

Aliased Typeยง

struct RunTestAsync { /* private fields */ }