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

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

impl<A, B> StreamMuxerEx for EitherOutput<A, B> where
    A: StreamMuxer + ConnectionInfo + SecureInfo + Debug,
    B: StreamMuxer + ConnectionInfo + SecureInfo + Debug
[src]

Loading content...