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