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

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

Substream for which a protocol has been chosen.

Implements the AsyncRead and AsyncWrite traits.