Structs§
- Print
Tree - A struct that makes it easier to print out a pretty tree of data, which can be visually scanned more easily.
Traits§
- Print
Tree Printer - A trait that makes it easy to describe a pretty tree of data, regardless of the printing destination, to either print it directly to stdout, or serialize it as in the debugger
- Printable
Tree