Type Alias libp2p_kad::protocol::KadInStreamSink

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

Sink of responses and stream of requests.

Aliased Type§

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