pub struct FieldFn<F>(_);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
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
