Type Alias mpc_client::EventStream
source · pub type EventStream = BoxStream<'static, Result<Event>>;
Expand description
Stream of events emitted by an event loop.
Aliased Type§
struct EventStream {}
pub type EventStream = BoxStream<'static, Result<Event>>;
Stream of events emitted by an event loop.
struct EventStream {}