archunit

Type Alias FilePredicate

Source
pub type FilePredicate = dyn Fn(&FileInfo) -> bool + Send + Sync + 'static;
Expand description

A reusable, thread-safe question about one source file.