Struct notify::fsevent::FsEventWatcher[][src]

pub struct FsEventWatcher { /* fields omitted */ }

FSEvents-based Watcher implementation

Trait Implementations

impl Send for FsEventWatcher
[src]

impl Sync for FsEventWatcher
[src]

impl Watcher for FsEventWatcher
[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 FsEventWatcher
[src]

Executes the destructor for this type. Read more