pub fn walk( root: &Path, threads: usize, order: Order, descend: impl Fn(&Entry) -> bool + Send + Sync + 'static, ) -> Walk ⓘ
Walk root without following symlinks.
root