Type Alias webrtc::mux::mux_func::MatchFunc

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

MatchFunc allows custom logic for mapping packets to an Endpoint

Aliased Type§

struct MatchFunc(/* private fields */);