Type Alias MatcherFunction

Source
pub type MatcherFunction = dyn Fn(String, Option<&Element>) -> bool;