Struct tracing_subscriber::fmt::format::PrettyFields
source · [−]pub struct PrettyFields { /* private fields */ }
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
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