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