Expand description
§Display with Indentation
Macros§
- indent_
fmt - A macro to create a
String
from a format string. - indent_
write - A macro to write to a
Formatter
from a format string. - wrap_
display - A macro to write to a
Formatter
from a format string.
Structs§
- Indent
Formatter - A wrapper around a
Formatter
that adds indentation.
Traits§
- Indent
Display - A trait for types that can be displayed with indentation.