Struct strymon_communication::rpc::Responder [] [src]

pub struct Responder<N: Name, R: Request<N>> { /* fields omitted */ }

Receiver-side handle for responding to a given request.

Since the responder is bound to a given typed request, can only be obtained through RequestBuf::decode().

Methods

impl<N: Name, R: Request<N>> Responder<N, R>
[src]

[src]

Sends back the response to the client which submitted the request.