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

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