use_track_watcher

Function use_track_watcher 

Source
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].