Type Definition tet_libp2p_swarm::NegotiatedSubstream[][src]

type NegotiatedSubstream = Negotiated<Substream<StreamMuxerBox>>;

Substream for which a protocol has been chosen.

Implements the AsyncRead and AsyncWrite traits.