Type Definition webrtc::data::data_channel::OnMessageHdlrFn[][src]

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