Type Alias ckb_notify::NotifyRegister

source ·
pub type NotifyRegister<M> = Sender<Request<String, Receiver<M>>>;
Expand description

TODO(doc): @quake

Aliased Type§

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