Type Definition akka_persistence_rs::effect::ReplyResult

source ·
pub type ReplyResult<T> = Result<Option<ReplyTo<T>>, Error>;
Expand description

A result type for ReplyTo which is used to reply if wrapped with Some.