pub fn entries( path: impl AsRef<Path>, ) -> Result<impl Iterator<Item = PathBuf>, Error>
Iterate over the entries in a directory.
If the directory does not exist, returns an empty iterator.