pub type ImportNotificationStream<H> = Receiver<H>;
The import notification event stream.
struct ImportNotificationStream<H> { /* private fields */ }