Type Alias webrtc_sctp::stream::OnBufferedAmountLowFn
source · pub type OnBufferedAmountLowFn = Box<dyn FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>> + Send + Sync>;
Aliased Type§
struct OnBufferedAmountLowFn(/* private fields */);