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

pub struct INotifyWatcher(_);

Watcher implementation based on inotify

Trait Implementations

impl Watcher for INotifyWatcher
[src]

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

Create a new Watcher

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

Begin watching a new path Read more

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

Stop watching a path Read more

impl Drop for INotifyWatcher
[src]

fn drop(&mut self)

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