Type Alias MatcherFn

Source
pub type MatcherFn = fn(&str, &str, &Version) -> Result<bool>;