Struct tracing_subscriber::fmt::format::FieldFn [−][src]
pub struct FieldFn<F>(_);
A FormatFields
implementation that formats fields by calling a function
or closure.
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for FieldFn<F> where
F: RefUnwindSafe,
F: RefUnwindSafe,
impl<F> Send for FieldFn<F> where
F: Send,
F: Send,
impl<F> Sync for FieldFn<F> where
F: Sync,
F: Sync,
impl<F> Unpin for FieldFn<F> where
F: Unpin,
F: Unpin,
impl<F> UnwindSafe for FieldFn<F> where
F: UnwindSafe,
F: UnwindSafe,
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, M> MakeExt<T> for M where
M: MakeVisitor<T> + Sealed<MakeExtMarker<T>>,
[src]
impl<T, M> MakeExt<T> for M where
M: MakeVisitor<T> + Sealed<MakeExtMarker<T>>,
[src]