Struct tracing_subscriber::fmt::format::PrettyFields [−][src]
pub struct PrettyFields { /* fields omitted */ }
This is supported on crate feature
fmt
only.Expand description
An excessively pretty, human-readable MakeVisitor
implementation.
Implementations
Trait Implementations
type Visitor = PrettyVisitor<'a>
type Visitor = PrettyVisitor<'a>
The visitor type produced by this MakeVisitor
.
Make a new visitor for the provided target
.
Auto Trait Implementations
impl RefUnwindSafe for PrettyFields
impl Send for PrettyFields
impl Sync for PrettyFields
impl Unpin for PrettyFields
impl UnwindSafe for PrettyFields
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. 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