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.
Unlike walk_roots, this yields entries directly for a single root and hides
completion events.