Type Alias ckb_notify::NotifyWatcher
source · pub type NotifyWatcher<M> = Sender<Request<String, Receiver<M>>>;Expand description
watcher request type alias
pub type NotifyWatcher<M> = Sender<Request<String, Receiver<M>>>;watcher request type alias