macro_rules! instrument_async {
($operation:expr, $future:expr) => { ... };
}Expand description
Helper macro for instrumenting async functions
macro_rules! instrument_async {
($operation:expr, $future:expr) => { ... };
}Helper macro for instrumenting async functions