Trait libp2prs_core::muxing::ReadWriteEx[][src]

pub trait ReadWriteEx: AsyncRead + AsyncWrite + StreamInfo + Unpin + Debug {
    fn box_clone(&self) -> IReadWrite;
}

The trait for IReadWrite. It can be made into a trait object IReadWrite used by Swarm Substream. StreamInfo must be supported.

Required methods

Loading content...

Implementors

Loading content...