ckb_notify

Type Alias NotifyWatcher

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

watcher request type alias

Aliased Typeยง

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