Struct tracing::level_filters::ParseLevelFilterError [−][src]
pub struct ParseLevelFilterError(_);
Expand description
Indicates that a string could not be parsed to a valid level.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParseLevelFilterError
impl Send for ParseLevelFilterError
impl Sync for ParseLevelFilterError
impl Unpin for ParseLevelFilterError
impl UnwindSafe for ParseLevelFilterError
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;