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 */ }