Function notify::raw_watcher[][src]

pub fn raw_watcher(tx: Sender<RawEvent>) -> Result<RecommendedWatcher>
Expand description

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

See Watcher::new_raw.