[][src]Function noria::trace_ops_in

pub async fn trace_ops_in<T>(f: impl Future<Output = T>) -> T

The next Noria read or write issued from the current thread will be traced using tokio-trace.

The trace output is visible by setting the environment variable RUST_LOG=trace.