Type Alias MatchingFn

Source
pub type MatchingFn = fn(&str, &str) -> bool;