Macro traced_operation

Source
macro_rules! traced_operation {
    ($span_name:expr, $($field:ident = $value:expr),* $(,)?) => { ... };
}
Expand description

Helper macro for creating traced spans around async operations