Skip to main content

RetrievalAgentStream

Type Alias RetrievalAgentStream 

Source
pub type RetrievalAgentStream = Pin<Box<dyn Stream<Item = Result<RetrievalAgentEvent>> + Send>>;

Aliased Typeยง

pub struct RetrievalAgentStream { /* private fields */ }