Type Definition webrtc::ice_transport::ice_gatherer::OnICEGathererStateChangeHdlrFn[][src]

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