print_tree

Function print_tree 

Source
pub fn print_tree<W: Write>(
    writer: &mut W,
    entry: &TreeEntry,
    config: &PrintConfig,
    stats: &TreeStats,
) -> Result<()>
Expand description

Print the tree structure