pub type EventStream = BoxStream<'static, AgentEvent>;Expand description
Event stream. Type-erased to support trait object return.
Aliased Typeยง
pub struct EventStream { /* private fields */ }pub type EventStream = BoxStream<'static, AgentEvent>;Event stream. Type-erased to support trait object return.
pub struct EventStream { /* private fields */ }