[][src]Function notify::raw_watcher

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

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

See Watcher::new_raw.