Skip to main content

display_tree

Function display_tree 

Source
pub fn display_tree(root: &Path, config: &TreeConfig) -> Result<(), Error>
Expand description

Display the file tree to stdout

ยงErrors

Returns an error if the path cannot be read.