Macro with_progress_span

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

Macro for executing operations with automatic progress indication Uses tracing spans which automatically get progress bars via tracing-indicatif