Function substream_from_ref

Source
pub fn substream_from_ref<P>(
    muxer: P,
    substream: <P::Target as StreamMuxer>::Substream,
) -> SubstreamRef<P>
where P: Deref, P::Target: StreamMuxer,
Expand description

Builds an implementation of Read/Write/AsyncRead/AsyncWrite from an Arc to the muxer and a substream.