Skip to main content

walk

Function walk 

Source
pub fn walk(
    root: &Path,
    threads: usize,
    order: Order,
    descend: impl Fn(&Entry) -> bool + Send + Sync + 'static,
) -> Walk 
Expand description

Walk root without following symlinks.