Type Definition OnCandidateHdlrFn
webrtc_ice::agent
type OnCandidateHdlrFn = Box<dyn Fn(Arc<dyn Candidate + Send + Sync>) + Send + Sync>;