Function virtual_fs::ops::walk

source ยท
pub fn walk<F>(
    fs: &F,
    path: impl AsRef<Path>,
) -> Box<dyn Iterator<Item = DirEntry> + '_>
where F: FileSystem + ?Sized,
Expand description

Recursively iterate over all paths inside a directory, ignoring any errors that may occur along the way.