Skip to main content

StreamMsgFuture

Type Alias StreamMsgFuture 

Source
pub type StreamMsgFuture = Pin<Box<dyn Future<Output = Result<StreamEventStream, LlmError>> + Send>>;
Expand description

A boxed future that resolves to a stream of LLM events.

Aliased Typeยง

pub struct StreamMsgFuture { /* private fields */ }