pub type StructuredStream<'a> = Pin<Box<dyn Stream<Item = Result<StructuredStreamUpdate, StructuredOutputError>> + Send + 'a>>;Expand description
A stream of StructuredStreamUpdates produced by run_structured_stream.
Aliased Typeยง
pub struct StructuredStream<'a> { /* private fields */ }