Struct tracing_subscriber::field::delimited::VisitDelimited
source · [−]pub struct VisitDelimited<D, V> { /* private fields */ }
Expand description
A visitor wrapper that inserts a delimiter after the wrapped visitor formats a field value.
Implementations
Trait Implementations
Visit a signed 64-bit integer value.
Visit an unsigned 64-bit integer value.
Visit a boolean value.
Visit a string value.
Visit a value implementing fmt::Debug
.
Visit a double-precision floating point value.
Records a type implementing Error
. Read more
impl<D, V> VisitOutput<Result<(), Error>> for VisitDelimited<D, V> where
V: VisitFmt,
D: AsRef<str>,
impl<D, V> VisitOutput<Result<(), Error>> for VisitDelimited<D, V> where
V: VisitFmt,
D: AsRef<str>,
Auto Trait Implementations
impl<D, V> RefUnwindSafe for VisitDelimited<D, V> where
D: RefUnwindSafe,
V: RefUnwindSafe,
impl<D, V> Send for VisitDelimited<D, V> where
D: Send,
V: Send,
impl<D, V> Sync for VisitDelimited<D, V> where
D: Sync,
V: Sync,
impl<D, V> Unpin for VisitDelimited<D, V> where
D: Unpin,
V: Unpin,
impl<D, V> UnwindSafe for VisitDelimited<D, V> where
D: UnwindSafe,
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