Skip to main content

TestRunner

Type Alias TestRunner 

Source
pub type TestRunner = fn() -> TestFuture;
Expand description

Runner function pointer type. Kept as a type alias for clippy.