Structs§
- Indented
- Wrapper struct that indents the
Displayrepresentation of an item. When printed withDisplay, it will insertindentbefore each non-empty line of the underlyingitem’sDisplayoutput. - Indented
Skip Intial - Wrapper struct that indents the
Displayrepresentation of an item. When printed withDisplay, it will insertindentbefore each non-empty line after the first of the underlyingitem’sDisplayoutput.
Traits§
- Indentable
- Methods for adapting
Displayobjects to indent themselves when printed.