NotifyWatcher

Type Alias NotifyWatcher 

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

watcher request type alias

Aliased Typeยง

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