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

pub struct PollWatcher { /* fields omitted */ }
[]

Polling based Watcher implementation

Methods

impl PollWatcher
[src]

[]

Create a PollWatcher which polls every delay milliseconds

Trait Implementations

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

[]

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