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

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