pub type ReplyTo<T> = (Sender<T>, T);
Expand description

The reply-to [oneshot::Sender] and the value to send as a result of some tuple.