pub fn use_track_watcher<T>(watcher: &Receiver<T>)where
T: 'static,Available on crate feature
sdk only.Expand description
Subscribe this component to the given [watch::Receiver].
pub fn use_track_watcher<T>(watcher: &Receiver<T>)where
T: 'static,sdk only.Subscribe this component to the given [watch::Receiver].