Skip to main content

EventStream

Type Alias EventStream 

Source
pub type EventStream<T> = UnboundedReceiver<T>;
Expand description

Stream of notifications surfaced alongside a JSON-RPC response.

Aliased Typeยง

pub struct EventStream<T> { /* private fields */ }