mpc_client

Type Alias EventStream

Source
pub type EventStream = BoxStream<'static, Result<Event>>;
Expand description

Stream of events emitted by an event loop.

Aliased Typeยง

struct EventStream {}