Type Definition akka_persistence_rs::effect::ReplyTo

source ·
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.