Function notify::recommended_watcher[][src]

pub fn recommended_watcher<F>(event_fn: F) -> Result<RecommendedWatcher> where
    F: EventFn
Expand description

Convenience method for creating the RecommendedWatcher for the current platform in immediate mode.

See Watcher::new_immediate.