Struct fluvio_future::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 SetGlobalDefaultErrorimpl Send for SetGlobalDefaultErrorimpl Sync for SetGlobalDefaultErrorimpl Unpin for SetGlobalDefaultErrorimpl UnwindSafe for SetGlobalDefaultErrorBlanket Implementations
Mutably borrows from an owned value. Read more
fn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>
impl<T> Future for Instrumented<T> where
T: Future, type Output = <T as Future>::Output;
fn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>
impl<T> Future for Instrumented<T> where
T: Future, type Output = <T as Future>::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 for Instrumented<T> where
T: Future, type Output = <T as Future>::Output;
fn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>
impl<T> Future for Instrumented<T> where
T: Future, type Output = <T as Future>::Output;