Macro with_progress_events

Source
macro_rules! with_progress_events {
    ($name:expr, $success_msg:expr, $error_msg:expr, $operation:expr) => { ... };
}
Expand description

Enhanced macro that adds success/error events to spans