Trait libp2prs_core::muxing::StreamMuxerEx[][src]

pub trait StreamMuxerEx: StreamMuxer + ConnectionInfo + SecureInfo + Debug { }

The trait for IStreamMuxer. It can be made into a trait object IStreamMuxer. Stream muxer in Swarm must support ConnectionInfo + SecureInfo.

Implementors

Loading content...