Function print_tree_graph

Source
pub fn print_tree_graph(tree: &Tree, path: &str, quiet: bool) -> Result<()>