NotifyRegister

Type Alias NotifyRegister 

Source
pub type NotifyRegister<M> = Sender<Request<String, Receiver<M>>>;

Aliased Typeยง

pub struct NotifyRegister<M> { /* private fields */ }