pub fn variable_changed_notifications(
rx: Receiver<Notification>,
) -> impl Stream<Item = VariableChangedNotification>Expand description
Stream of variable change notifications.
pub fn variable_changed_notifications(
rx: Receiver<Notification>,
) -> impl Stream<Item = VariableChangedNotification>Stream of variable change notifications.