Skip to main content

MessageStream

Type Alias MessageStream 

Source
pub type MessageStream = Pin<Box<dyn Stream<Item = LettaResult<StreamingEvent>> + Send>>;
Expand description

Streaming response type containing the event stream.

Aliased Typeยง

pub struct MessageStream { /* private fields */ }