pub struct Messages<V>(_);Expand description
A visitor wrapper that ensures any strings named “message” are formatted
using fmt::Display
Implementations
Returns a new MakeVisitor implementation that will wrap inner so
that any strings named message are formatted using fmt::Display.
Trait Implementations
Visit a string value.
Visit a double-precision floating point value.
Visit a signed 64-bit integer value.
Visit an unsigned 64-bit integer value.
Visit a boolean value.
Visit a value implementing fmt::Debug.
Records a type implementing Error. Read more
Auto Trait Implementations
impl<V> RefUnwindSafe for Messages<V> where
V: RefUnwindSafe,
impl<V> UnwindSafe for Messages<V> where
V: 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
