Expand description
Generic Watcher implementation based on polling
Checks the watch
ed paths periodically to detect changes. This implementation only uses
Rust stdlib APIs and should work on all of the platforms it supports.
Structs§
- Polling based
Watcher
implementation.
Traits§
- Handler trait for receivers of ScanEvent.
Very much the same as EventHandler, but including the Result.
Type Aliases§
- Event send for registered handler on initial directory scans