Function datman::tree::scan_with_progress_bar[][src]

pub fn scan_with_progress_bar(
    path: &Path,
    progress_bar: &ProgressBar
) -> Result<Option<FileTree<(), (), (), ()>>>
Expand description

Scan the filesystem to produce a Tree, using the specified progress bar.