Module indent_write::indentable[][src]

Structs

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.

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

Methods for adapting Display objects to indent themselves when printed.