MatcherFn

Type Alias MatcherFn 

Source
pub type MatcherFn = Box<dyn Fn(&Path) -> Result<bool> + Send + Sync>;
Expand description

Type alias for a matcher function that determines if a file should be processed

Aliased Typeยง

pub struct MatcherFn(/* private fields */);