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
macro_rules! with_progress_events {
($name:expr, $success_msg:expr, $error_msg:expr, $operation:expr) => { ... };
}Enhanced macro that adds success/error events to spans