Type Definition webrtc_ice::agent::OnCandidateHdlrFn[][src]

type OnCandidateHdlrFn = Box<dyn Fn(Arc<dyn Candidate + Send + Sync>) + Send + Sync>;