Type Alias ckb_notify::NotifyWatcher

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

watcher request type alias

Aliased Type§

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