Type Alias libp2p_swarm::NegotiatedSubstream

source ·
pub type NegotiatedSubstream = Negotiated<SubstreamBox>;
Expand description

Substream for which a protocol has been chosen.

Implements the AsyncRead and AsyncWrite traits.

Aliased Type§

struct NegotiatedSubstream { /* private fields */ }