pub type MatcherFn = Box<dyn Fn(&Path) -> Result<bool> + Send + Sync>;
Type alias for a matcher function that determines if a file should be processed
pub struct MatcherFn(/* private fields */);