Macro progress_span

Source
macro_rules! progress_span {
    ($name:expr, $($field:tt)*) => { ... };
}
Expand description

Macro for creating instrumented async functions with progress bars This replaces our custom progress decorators with standard tracing spans