PeekableLinesStream

Type Alias PeekableLinesStream 

Source
type PeekableLinesStream<'a> = Pin<Box<Peekable<LinesStream<StreamReader<BoxStream<'a, Result<Bytes, Error>>, Bytes>>>>>;
Expand description

A LinesStream that is peekable. Needed to determine which type of LLM response is being received.

Aliased Typeยง

#[repr(transparent)]
struct PeekableLinesStream<'a> { /* private fields */ }