Module print_tree

Source

Structs§

PrintTree
A struct that makes it easier to print out a pretty tree of data, which can be visually scanned more easily.

Traits§

PrintTreePrinter
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
PrintableTree