Skip to main content

define_stage_event_progress

Macro define_stage_event_progress 

Source
macro_rules! define_stage_event_progress {
    ($name:ident, $progress_trait:path, $result:ty) => { ... };
}
Expand description

Define a test-only progress recorder that captures stage events in memory.