Struct notify::inotify::INotifyWatcher [] [src]

pub struct INotifyWatcher(_);

Trait Implementations

impl Watcher for INotifyWatcher
[src]

fn new(tx: Sender<Event>) -> Result<INotifyWatcherError>

fn watch<P: AsRef<Path>>(&mut self, path: P) -> Result<()Error>

fn unwatch<P: AsRef<Path>>(&mut self, path: P) -> Result<()Error>

impl Drop for INotifyWatcher
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more