[][src]Type Definition libp2p::swarm::NegotiatedSubstream

type NegotiatedSubstream = Negotiated<SubstreamRef<Arc<StreamMuxerBox>>>;

Substream for which a protocol has been chosen.

Implements the AsyncRead and AsyncWrite traits.