Structs§
- Indented
- Wrapper struct that indents the
Display
representation of an item. When printed withDisplay
, it will insertindent
before each non-empty line of the underlyingitem
’sDisplay
output. - Indented
Skip Intial - Wrapper struct that indents the
Display
representation of an item. When printed withDisplay
, it will insertindent
before each non-empty line after the first of the underlyingitem
’sDisplay
output.
Traits§
- Indentable
- Methods for adapting
Display
objects to indent themselves when printed.