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
macro_rules! progress_span {
($name:expr, $($field:tt)*) => { ... };
}
Macro for creating instrumented async functions with progress bars This replaces our custom progress decorators with standard tracing spans