Type Definition mpc_client::EventStream

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

Stream of events emitted by an event loop.