Type Definition webrtc::peer::ice::ice_gather::ice_gatherer::OnLocalCandidateHdlrFn[][src]

pub type OnLocalCandidateHdlrFn = Box<dyn FnMut(Option<RTCIceCandidate>) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>> + Send + Sync>;