collect_matching

Function collect_matching 

Source
pub async fn collect_matching<F>(dir: &Path, predicate: F) -> Vec<PathBuf>
where F: Fn(&Path) -> bool,