Type Definition bmrng::Payload[][src]

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

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