Skip to main content

TestRunProgress

Type Alias TestRunProgress 

Source
pub type TestRunProgress = Arc<dyn Fn(TestRunEvent) + Send + Sync>;

Aliased Type§

pub struct TestRunProgress { /* private fields */ }