Trait libp2prs_core::muxing::StreamInfo [−][src]
StreamInfo returns the information of a substream opened by stream muxer.
The output of StreamMuxer must implements this trait.
Required methods
Loading content...Implementors
impl StreamInfo for Channel[src]
impl<A, B> StreamInfo for EitherOutput<A, B> where
A: StreamInfo,
B: StreamInfo, [src]
A: StreamInfo,
B: StreamInfo,