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