Macro trace_io

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

Create a tracing span around an I/O operation, if tracing is enabled. Note that at least one tracing value field has to be passed to this macro, otherwise it will not compile.