Type Definition bmrng::unbounded::Payload[][src]

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

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