Searched defs:MatchFunc (Results 1 – 1 of 1) sorted by relevance
2 pub type MatchFunc = Box<dyn (Fn(&[u8]) -> bool) + Send + Sync>; typedef10 pub fn match_range(lower: u8, upper: u8) -> MatchFunc { in match_range()