Struct notify::null::NullWatcher [] [src]

pub struct NullWatcher;

Stub Watcher implementation

Events are never delivered from this watcher.

Trait Implementations

impl Watcher for NullWatcher
[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