RefReply

Type Alias RefReply 

Source
pub type RefReply = Sender<Result<(), AppError>>;
Expand description

Reply channel type used by all ref actor messages.

Aliased Typeยง

pub struct RefReply { /* private fields */ }