Type Alias ImportNotificationStream

Source
pub type ImportNotificationStream<H> = Receiver<H>;
Expand description

The import notification event stream.

Aliased Typeยง

struct ImportNotificationStream<H> { /* private fields */ }