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
macro_rules! with_progress_span {
($name:expr, $operation:expr) => { ... };
}Macro for executing operations with automatic progress indication Uses tracing spans which automatically get progress bars via tracing-indicatif