Expand description
A live attribute subscription: reports arrive via Subscription::next.
Structs§
- Attribute
Report - One reported attribute change from a subscription.
- Subscription
- A live attribute subscription. Await events with
Self::next; dropping the handle cancels the subscription (best-effort).
Enums§
- Subscription
Event - An event from a live
Subscription.