Module indentable

Source

Structs§

Indented
Wrapper struct that indents the Display representation of an item. When printed with Display, it will insert indent before each non-empty line of the underlying item’s Display output.
IndentedSkipIntial
Wrapper struct that indents the Display representation of an item. When printed with Display, it will insert indent before each non-empty line after the first of the underlying item’s Display output.

Traits§

Indentable
Methods for adapting Display objects to indent themselves when printed.