Skip to main content

TextTurnEventStream

Type Alias TextTurnEventStream 

Source
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 */ }