Struct notify::windows::ReadDirectoryChangesWatcher [] [src]

pub struct ReadDirectoryChangesWatcher {
    // some fields omitted
}

Methods

impl ReadDirectoryChangesWatcher
[src]

Trait Implementations

impl Watcher for ReadDirectoryChangesWatcher
[src]

fn new(event_tx: Sender<Event>) -> Result<ReadDirectoryChangesWatcher>

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

fn drop(&mut self)

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