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

pub struct INotifyWatcher {
    // some fields omitted
}

Trait Implementations

impl Watcher for INotifyWatcher

fn new(tx: Sender<Event>) -> Result<INotifyWatcher, Error>

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

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

impl Drop for INotifyWatcher

fn drop(&mut self)