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

pub struct FsEventWatcher {
    // some fields omitted
}

FSEvent-based Watcher implementation

Trait Implementations

impl Send for FsEventWatcher
[src]

impl Sync for FsEventWatcher
[src]

impl Watcher for FsEventWatcher
[src]

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

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

fn drop(&mut self)

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