pub fn watcher(
tx: Sender<DebouncedEvent>,
delay: Duration,
) -> Result<RecommendedWatcher>
Expand description
Convenience method for creating the RecommendedWatcher
for the current
platform in default (debounced) mode.
See Watcher::new
.