pub type ResponseSender = Sender<Result<(Vec<u8>, ProtocolName), RequestFailure>>;
Expand description

Used by the network to send us a response to a request.

Aliased Type§

struct ResponseSender { /* private fields */ }