Skip to main content

A2AClientStream

Type Alias A2AClientStream 

Source
pub type A2AClientStream = Pin<Box<dyn Stream<Item = Result<StreamResponse, A2AError>> + Send + 'static>>;
Expand description

Stream of validated SSE items returned by streaming client operations.

Aliased Typeยง

pub struct A2AClientStream { /* private fields */ }