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

Aliased Type§

struct OnICEConnectionStateChangeHdlrFn(/* private fields */);