pub async fn entry_is_dir(entry: &DirEntry) -> bool
Resolve whether entry is a directory, following symlinks.
entry
Returns false if file_type() errors — the caller then skips the entry rather than aborting the walk.
false
file_type()