Expand description
Utilities for working with fields and field visitors.
Modules§
- debug
MakeVisitor
wrappers for working withfmt::Debug
fields.- delimited
- A
MakeVisitor
wrapper that separates formatted fields with a delimiter. - display
MakeVisitor
wrappers for working withfmt::Display
fields.
Traits§
- MakeExt
- Extension trait providing
MakeVisitor
combinators. - Make
Output - Extension trait implemented for all
MakeVisitor
implementations that produce a visitor implementingVisitOutput
. - Make
Visitor - Creates new visitors.
- Record
Fields - Extension trait implemented by types which can be recorded by a visitor.
- Visit
- Visits typed values.
- Visit
Fmt - Extension trait implemented by visitors to indicate that they write to a
fmt::Write
instance, and allow access to that writer. - Visit
Output - A visitor that produces output once it has visited a set of fields.
- Visit
Write std
- Extension trait implemented by visitors to indicate that they write to an
io::Write
instance, and allow access to that writer.