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