Struct tracing::subscriber::SetGlobalDefaultError [−][src]
pub struct SetGlobalDefaultError { /* fields omitted */ }
Expand description
Returned if setting the global dispatcher fails.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SetGlobalDefaultError
impl Send for SetGlobalDefaultError
impl Sync for SetGlobalDefaultError
impl Unpin for SetGlobalDefaultError
impl UnwindSafe for SetGlobalDefaultError
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;