Type Alias libp2p_kad::protocol::KadOutStreamSink

source ·
pub type KadOutStreamSink<S> = KadStreamSink<S, KadRequestMsg, KadResponseMsg>;
Expand description

Sink of requests and stream of responses.

Aliased Type§

struct KadOutStreamSink<S> { /* private fields */ }