Struct notify::poll::PollWatcher [] [src]

pub struct PollWatcher {
    // some fields omitted
}

Methods

impl PollWatcher
[src]

Trait Implementations

impl Watcher for PollWatcher
[src]

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

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

fn drop(&mut self)

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