Type Definition webrtc::peer::peer_connection::OnNegotiationNeededHdlrFn[][src]

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