pub type FilePredicate = dyn Fn(&FileInfo) -> bool + Send + Sync + 'static;
A reusable, thread-safe question about one source file.