Type Definition mpc_relay_client::EventStream

source ·
pub type EventStream = Pin<Box<dyn Stream<Item = Result<Event, Error>> + Send, Global>>;
Expand description

Stream of events emitted by an event loop.