pub type UpdateStream = Pin<Box<dyn Stream<Item = Result<SeqEvent, A2AError>> + Send>>;Expand description
A stream of sequenced update events for a task. Each SeqEvent carries a
per-task monotonic id (surfaced as the SSE id: field); the transport
adapter maps the inner update onto its wire representation.
Aliased Typeยง
pub struct UpdateStream { /* private fields */ }