Home
last modified time | relevance | path

Searched defs:MatchFunc (Results 1 – 1 of 1) sorted by relevance

/webrtc/webrtc/src/mux/
H A Dmux_func.rs2 pub type MatchFunc = Box<dyn (Fn(&[u8]) -> bool) + Send + Sync>; typedef
10 pub fn match_range(lower: u8, upper: u8) -> MatchFunc { in match_range()