Struct tracing::instrument::WithDispatch [−][src]
pub struct WithDispatch<T> { /* fields omitted */ }Expand description
A future that has been instrumented with a tracing subscriber.
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for WithDispatch<T>
impl<T> Send for WithDispatch<T> where
T: Send,
impl<T> Sync for WithDispatch<T> where
T: Sync,
impl<T> !UnwindSafe for WithDispatch<T>
Blanket Implementations
Mutably borrows from an owned value. Read more
fn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T: Future> Future for Instrumented<T> type Output = T::Output;
fn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T: Future> Future for Instrumented<T> type Output = T::Output;
Notable traits for Instrumented<T>
impl<T: Future> Future for Instrumented<T> type Output = T::Output;Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T: Future> Future for Instrumented<T> type Output = T::Output;
fn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T: Future> Future for Instrumented<T> type Output = T::Output;
Notable traits for Instrumented<T>
impl<T: Future> Future for Instrumented<T> type Output = T::Output;Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more