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]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for PollWatcher

impl !Sync for PollWatcher