pub type EventStream = Pin<Box<dyn Stream<Item = Result<MessageEvent, AgentError>> + Send>>;Expand description
Boxed event stream โ what query_stream() returns.
Aliased Typeยง
pub struct EventStream { /* private fields */ }pub type EventStream = Pin<Box<dyn Stream<Item = Result<MessageEvent, AgentError>> + Send>>;Boxed event stream โ what query_stream() returns.
pub struct EventStream { /* private fields */ }