Function stripper_lib::utils::do_loop_over_files [] [src]

pub fn do_loop_over_files<S>(
    work_dir: &Path,
    path: &Path,
    func: &mut FnMut(&Path, &str),
    files_to_ignore: &[S],
    verbose: bool
) where
    S: AsRef<Path>,