Type Definition libp2p_kad::protocol::KadInStreamSink
source · pub type KadInStreamSink<S> = KadStreamSink<S, KadResponseMsg, KadRequestMsg>;Expand description
Sink of responses and stream of requests.
pub type KadInStreamSink<S> = KadStreamSink<S, KadResponseMsg, KadRequestMsg>;Sink of responses and stream of requests.