Module ptree::output[][src]

Functions for printing trees to standard output or to custom writers

Functions

print_tree

Print the tree item to standard output using default formatting

print_tree_with

Print the tree item to standard output using custom formatting

write_tree

Write the tree item to writer f using default formatting

write_tree_with

Write the tree item to writer f using custom formatting