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