RunTestAsync

Type Alias RunTestAsync 

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

Aliased Typeยง

pub struct RunTestAsync { /* private fields */ }