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 */ }pub type MessageStream = Pin<Box<dyn Stream<Item = LettaResult<StreamingEvent>> + Send>>;Streaming response type containing the event stream.
pub struct MessageStream { /* private fields */ }