Function iterate_files

Source
pub fn iterate_files<'a>(
    files: &'a [PathBuf],
) -> impl Iterator<Item = PathBuf> + 'a
Expand description

Iterate over all of the files passed as arguments, recursively iterating through directories.