Type Definition bmrng::Payload[][src]

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