Struct tracing_subscriber::fmt::format::Pretty [−][src]
pub struct Pretty { /* fields omitted */ }Expand description
An excessively pretty, human-readable event formatter.
Implementations
Sets whether the event’s source code location is displayed.
This defaults to true.
Trait Implementations
Format the provided fields to the provided writer, returning a result.
Auto Trait Implementations
impl RefUnwindSafe for Pretty
impl UnwindSafe for Pretty
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