pub type NegotiatedSubstream = Negotiated<Substream<StreamMuxerBox>>;Expand description
Substream for which a protocol has been chosen.
Implements the AsyncRead and
AsyncWrite traits.
Aliased Typeยง
pub struct NegotiatedSubstream { /* private fields */ }