Skip to main content

TextStream

Type Alias TextStream 

Source
pub type TextStream = Pin<Box<dyn Stream<Item = String> + Send>>;
Expand description

A stream of text chunks from an async source (e.g. an LLM response).

Aliased Typeยง

pub struct TextStream { /* private fields */ }