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 */ }pub type EventStream<T> = UnboundedReceiver<T>;Stream of notifications surfaced alongside a JSON-RPC response.
pub struct EventStream<T> { /* private fields */ }