pub type EventStream<H> = Receiver<H>;
Expand description

Modification notification event stream type;