Type Definition libp2p_kad::protocol::KadInStreamSink

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

Sink of responses and stream of requests.