Skip to main content

StreamingResult

Type Alias StreamingResult 

Source
pub type StreamingResult = Pin<Box<dyn Stream<Item = Result<RawStreamingChoice, CompletionError>> + Send>>;
Expand description

Normalized provider stream, as consumed by StreamingCompletionResponse.

Aliased Typeยง

pub struct StreamingResult { /* private fields */ }