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 */ }