Expand description
Utilities for working with fields and field visitors.
Modules§
- debug
- MakeVisitorwrappers for working with- fmt::Debugfields.
- delimited
- A MakeVisitorwrapper that separates formatted fields with a delimiter.
- display
- MakeVisitorwrappers for working with- fmt::Displayfields.
Traits§
- MakeExt
- Extension trait providing MakeVisitorcombinators.
- MakeOutput 
- Extension trait implemented for all MakeVisitorimplementations that produce a visitor implementingVisitOutput.
- MakeVisitor 
- Creates new visitors.
- RecordFields 
- Extension trait implemented by types which can be recorded by a visitor.
- Visit
- Visits typed values.
- VisitFmt 
- Extension trait implemented by visitors to indicate that they write to a
fmt::Writeinstance, and allow access to that writer.
- VisitOutput 
- A visitor that produces output once it has visited a set of fields.
- VisitWrite 
- Extension trait implemented by visitors to indicate that they write to an
io::Writeinstance, and allow access to that writer.