[][src]Type Definition libp2p_swarm::NegotiatedSubstream

type NegotiatedSubstream = Negotiated<Substream<StreamMuxerBox>>;

Substream for which a protocol has been chosen.

Implements the AsyncRead and AsyncWrite traits.