pub type RefReply = Sender<Result<(), AppError>>;
Reply channel type used by all ref actor messages.
pub struct RefReply { /* private fields */ }