pub type A2AStream = Pin<Box<dyn Stream<Item = StreamResponse> + Send + 'static>>;
Server-side stream of A2A StreamResponse values.
StreamResponse
pub struct A2AStream { /* private fields */ }