Searched defs:Instrumented (Results 1 – 6 of 6) sorted by relevance
197 type Instrumented; typedef213 fn in_current_span(self) -> Self::Instrumented; in in_current_span()220 type Instrumented; typedef236 fn in_current_span(self) -> Result<T, Self::Instrumented>; in in_current_span()243 type Instrumented = <E as InstrumentError>::Instrumented; typedef245 fn in_current_span(self) -> Result<T, Self::Instrumented> { in in_current_span()277 type Instrumented = TracedError<E>; typedef279 fn in_current_span(self) -> Self::Instrumented { in in_current_span()
256 pub struct Instrumented<T> { struct257 inner: T,258 span: Span,288 impl<T: crate::stdlib::future::Future> crate::stdlib::future::Future for Instrumented<T> { implementation300 impl<T: futures_01::Future> futures_01::Future for Instrumented<T> { implementation312 impl<T: futures_01::Stream> futures_01::Stream for Instrumented<T> { implementation324 impl<T: futures_01::Sink> futures_01::Sink for Instrumented<T> { implementation344 impl<T: futures::Stream> futures::Stream for Instrumented<T> { implementation359 impl<I, T: futures::Sink<I>> futures::Sink<I> for Instrumented<T> implementation399 impl<T> Instrumented<T> { implementation
17 impl<T, F> Executor<F> for Instrumented<T> implementation52 impl<T> Executor for Instrumented<T> implementation66 impl<T, F> TypedExecutor<F> for Instrumented<T> implementation79 impl Instrumented<Runtime> { implementation134 impl Instrumented<current_thread::Runtime> { implementation
4 impl<T> Spawn for Instrumented<T> implementation62 impl<T> LocalSpawn for Instrumented<T> implementation
8 impl<T> Spawn for Instrumented<T> implementation65 impl<T> LocalSpawn for Instrumented<T> implementation
266 impl<T: Future> Future for Instrumented<T> { implementation278 impl<T> Instrumented<T> { impl