Trait tracing_subscriber::field::MakeExt [−][src]
Extension trait providing MakeVisitor
combinators.
Provided methods
fn debug_alt(self) -> Alt<Self>
[src]
Wraps self
so that any fmt::Debug
fields are recorded using the
alternate formatter ({:#?}
).
fn display_messages(self) -> Messages<Self>
[src]
Wraps self
so that any string fields named “message” are recorded
using fmt::Display
.
fn delimited<D>(self, delimiter: D) -> Delimited<D, Self> where
D: AsRef<str> + Clone,
Self::Visitor: VisitFmt,
[src]
D: AsRef<str> + Clone,
Self::Visitor: VisitFmt,
Wraps self
so that when fields are formatted to a writer, they are
separated by the provided delimiter
.
Implementors
impl<T, M> MakeExt<T> for M where
M: MakeVisitor<T> + Sized,
M: Sealed<MakeExtMarker<T>>,
[src]
M: MakeVisitor<T> + Sized,
M: Sealed<MakeExtMarker<T>>,