StreamEventStream

Type Alias StreamEventStream 

Source
pub type StreamEventStream<'a> = Pin<Box<dyn Stream<Item = Result<StreamEvent, StrandsError>> + Send + 'a>>;
Expand description

A stream of model response events.

Aliased Typeยง

pub struct StreamEventStream<'a> { /* private fields */ }