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

pub struct INotifyWatcher(_);

Watcher implementation based on inotify

Trait Implementations

impl Watcher for INotifyWatcher
[src]

Create a new watcher in raw mode. Read more

Create a new debounced watcher with a delay. Read more

Begin watching a new path. Read more

Stop watching a path. Read more

impl Drop for INotifyWatcher
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations