Function connected_muxers_on_memory_ring_buffer
Source pub async fn connected_muxers_on_memory_ring_buffer<MC, M, E>() -> (M, M)where
MC: InboundConnectionUpgrade<
Endpoint, Error = E, Output = M> + OutboundConnectionUpgrade<
Endpoint, Error = E, Output = M> +
Send + 'static +
Default,
<MC as UpgradeInfo>::Info:
Send,
<<MC as UpgradeInfo>::InfoIter as
IntoIterator>::
IntoIter:
Send,
<MC as InboundConnectionUpgrade<
Endpoint>>::Future:
Send,
<MC as OutboundConnectionUpgrade<
Endpoint>>::Future:
Send,
E:
Error +
Send +
Sync + 'static,