pub async fn watch_changes<CommitFut: Future<Output = ()> + Send>(
commit: impl Fn() -> CommitFut + Send + Sync + 'static,
) -> impl WatcherExpand description
Watch for changes.
You have to call [notify::Watcher::watch] to start watching and
[notify::Watcher::unwatch] to stop the execution.