pub type NotifyWatcher<M> = Sender<Request<String, Receiver<M>>>;
watcher request type alias
struct NotifyWatcher<M> { /* private fields */ }