Struct tracing_subscriber::fmt::format::FieldFn [−][src]
pub struct FieldFn<F>(_);This is supported on crate feature
fmt only.Expand description
A FormatFields implementation that formats fields by calling a function
or closure.
Trait Implementations
type Visitor = FieldFnVisitor<'a, F>
type Visitor = FieldFnVisitor<'a, F>
The visitor type produced by this MakeVisitor.
Make a new visitor for the provided target.
Auto Trait Implementations
impl<F> RefUnwindSafe for FieldFn<F> where
F: RefUnwindSafe,
impl<F> UnwindSafe for FieldFn<F> where
F: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more