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.
pub type EventStream = Pin<Box<dyn Stream<Item = Result<Event, Error>> + Send, Global>>;Stream of events emitted by an event loop.