Function stripper_lib::utils::loop_over_files
[−]
[src]
pub fn loop_over_files<S>(
path: &Path,
func: &mut FnMut(&Path, &str),
files_to_ignore: &[S],
verbose: bool
) where
S: AsRef<Path>,