Expand description
Notified state API traits.
This module defines traits that document the expected API for notified types. Runtime crates
(like zlink-tokio and zlink-smol) implement these traits on their concrete types.
Traitsยง
- State
- Trait for a notified state that tracks a value and broadcasts changes.