Struct fluvio_future::tracing::metadata::ParseLevelError [−][src]
pub struct ParseLevelError { /* fields omitted */ }Expand description
Returned if parsing a Level fails.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParseLevelErrorimpl Send for ParseLevelErrorimpl Sync for ParseLevelErrorimpl Unpin for ParseLevelErrorimpl UnwindSafe for ParseLevelErrorBlanket 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;