pub type ConfigChangeStream = BroadcastStream<ConfigChange>;Expand description
A bounded stream of ConfigChange events.
The stream terminates when the originating CancellationToken fires or the source is dropped.
It is the Broadcaster stream specialized to config change events.
Aliased Typeยง
pub struct ConfigChangeStream { /* private fields */ }