Type Definition libp2p_kad::protocol::KadOutStreamSink[][src]

type KadOutStreamSink<S> = KadStreamSink<S, KadRequestMsg, KadResponseMsg>;

Sink of requests and stream of responses.