Skip to main content

AgentStream

Type Alias AgentStream 

Source
pub type AgentStream = BoxedStream<'static, Result<AgentStreamEvent, AgentError>>;

Aliased Typeยง

pub struct AgentStream(/* private fields */);