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

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