Skip to main content

OnIceCandidate

Type Alias OnIceCandidate 

Source
pub type OnIceCandidate = Box<dyn FnMut(IceCandidate) + Send + Sync>;

Aliased Typeยง

pub struct OnIceCandidate(/* private fields */);