write_tree_to_file

Function write_tree_to_file 

Source
pub fn write_tree_to_file(
    output: &mut impl Write,
    tree: &FileTree,
    depth: usize,
) -> Result<()>
Expand description

Recursively writes the file tree to a file.