[−][src]Trait tracing_subscriber::fmt::NewVisitor
A type that can construct a new field visitor for formatting the fields on a span or event.
Associated Types
Loading content...Required methods
fn make(&self, writer: &'a mut dyn Write, is_empty: bool) -> Self::Visitor
Returns a new Visitor that writes to the provided writer.
Implementors
impl<'a> NewVisitor<'a> for NewRecorder[src]
type Visitor = Recorder<'a>
fn make(&self, writer: &'a mut dyn Write, is_empty: bool) -> Self::Visitor[src]
impl<'a, F, R> NewVisitor<'a> for F where
F: Fn(&'a mut dyn Write, bool) -> R,
R: Visit + 'a, [src]
F: Fn(&'a mut dyn Write, bool) -> R,
R: Visit + 'a,