Skip to main content

TestRunProgress

Type Alias TestRunProgress 

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

Aliased Type§

pub struct TestRunProgress { /* private fields */ }