Type Definition webrtc::util::mux::mux_func::MatchFunc[][src]

pub type MatchFunc = Box<dyn Fn(&[u8]) -> bool + Send + Sync>;
Expand description

MatchFunc allows custom logic for mapping packets to an Endpoint