Type Alias webrtc::data_channel::OnCloseHdlrFn

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

Aliased Type§

struct OnCloseHdlrFn(/* private fields */);