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