[][src]Type Definition bmrng::Payload

type Payload<Req, Res> = (Req, Responder<Res>);

The internal data sent in the MPSC request channel, a tuple that contains the request and the oneshot response channel responder