pub struct A2ASseStream { /* private fields */ }Expand description
A live SSE connection to an A2A server (P2-1).
Consume it with A2ASseStream::next, which yields one
TaskPushNotification per complete SSE event until the server closes the
stream.
Implementations§
Source§impl A2ASseStream
impl A2ASseStream
Auto Trait Implementations§
impl !RefUnwindSafe for A2ASseStream
impl !UnwindSafe for A2ASseStream
impl Freeze for A2ASseStream
impl Send for A2ASseStream
impl Sync for A2ASseStream
impl Unpin for A2ASseStream
impl UnsafeUnpin for A2ASseStream
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more