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§
- Poll
Watcher - Polling based
Watcher
implementation.
Traits§
- Scan
Event Handler - Handler trait for receivers of
ScanEvent
. Very much the same asEventHandler
, but including the Result.
Type Aliases§
- Scan
Event - Event sent for registered handlers on initial directory scans