Home
last modified time | relevance | path

Searched defs:Instrumented (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/tracing/src/
Dinstrument.rs266 impl<T: Future> Future for Instrumented<T> { implementation
278 impl<T> Instrumented<T> { impl
/external/rust/crates/tokio/src/future/
Dtrace.rs7 impl<F: Future> InstrumentedFuture for tracing::instrument::Instrumented<F> { implementation