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