print_tree

Function print_tree 

Source
pub fn print_tree<K: AsRef<str> + Display>(root: &str, items: &[TreeNode<K>])