Type Definition webrtc::data_channel::OnCloseHdlrFn[][src]

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