Trait libp2p_rs::core::muxing::ReadWriteEx [−][src]
pub trait ReadWriteEx: AsyncRead + AsyncWrite + StreamInfo + Unpin + Debug { pub fn box_clone(&self) -> Box<dyn ReadWriteEx + 'static, Global>; }
The trait for IReadWrite. It can be made into a trait object IReadWrite used
by Swarm Substream.
StreamInfo must be supported.