pub type ChatStream = Pin<Box<dyn Stream<Item = RsllmResult<StreamChunk>> + Send>>;Expand description
Type alias for chat streaming responses
Aliased Typeยง
pub struct ChatStream { /* private fields */ }pub type ChatStream = Pin<Box<dyn Stream<Item = RsllmResult<StreamChunk>> + Send>>;Type alias for chat streaming responses
pub struct ChatStream { /* private fields */ }