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

Aliased Type§

struct OnNegotiationNeededHdlrFn(/* private fields */);