//! 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.
use ;
use crateReply;
/// Trait for a notified state that tracks a value and broadcasts changes.
///
/// This is useful for implementing service properties that notify subscribers when they change.