Skip to main content

CompletionEventStream

Type Alias CompletionEventStream 

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