Module conciliator::print

source ·
Expand description

Multi-line text segments like Lists or Trees

Structs§

  • List of things to print, with a short description
  • Format items using their Pushable implementation
  • Tree structure of things to print, recursively traversed
  • Format items by wrapping them with an Inline implementor

Traits§

  • Format items for printing
  • Printing multi-line text segments