Function run_make_support::path_helpers::read_dir_entries_recursive
source ยท pub fn read_dir_entries_recursive<P: AsRef<Path>, F: FnMut(&Path)>(
dir: P,
callback: F,
)
Expand description
Helper for reading entries in a given directory and its children.