pub fn search<F>(dir: &Path, matching: Regex, should_search: F)where F: Fn(&Path) -> bool,
Search the dir for files with function definitions matching matching
dir
matching