AfterAllFn

Type Alias AfterAllFn 

Source
pub type AfterAllFn = fn() -> Pin<Box<dyn Future<Output = ()> + Send>>;