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

pub struct FsEventWatcher {
    // some fields omitted
}

Methods

impl FsEventWatcher
[src]

fn is_running(&self) -> bool

fn stop(&mut self)

fn run(&mut self) -> Result<()Error>

Trait Implementations

impl Watcher for FsEventWatcher
[src]

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

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

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

impl Drop for FsEventWatcher
[src]

fn drop(&mut self)

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