Type Alias file_test_runner::RunTestFunc

source ·
pub type RunTestFunc = Arc<dyn Fn(&CollectedTest) -> TestResult + Send + Sync>;

Aliased Type§

struct RunTestFunc { /* private fields */ }