pub type TextTurnEventStream<T, E = AgentError> = Pin<Box<dyn Stream<Item = Result<TextTurnEvent<T>, E>> + Send + Sync + 'static>>;Aliased Typeยง
pub struct TextTurnEventStream<T, E = AgentError> { /* private fields */ }pub type TextTurnEventStream<T, E = AgentError> = Pin<Box<dyn Stream<Item = Result<TextTurnEvent<T>, E>> + Send + Sync + 'static>>;pub struct TextTurnEventStream<T, E = AgentError> { /* private fields */ }