Expand description
Code to watch configuration files for any changes.
Structs§
- File
Event Receiver - The receiver half of a watch channel used for receiving
Events sent by aFileWatcher. - File
Event Sender - The sender half of a watch channel used by a
FileWatcherfor sendingEvents. - File
Watcher - A wrapper around a
notify::Watcherto watch a set of parent directories in order to learn about changes in some specific files that they contain. - File
Watcher Builder - Builder used to configure a
FileWatcherbefore it starts watching for changes.
Enums§
- Event
- Event possibly triggering a configuration reload
- File
Watcher Build Error - An error coming from a
FileWatcherBuilder.
Functions§
- channel
- Create a new channel for use with a
FileWatcher.
Type Aliases§
- Result
ResultwhoseErrisFileWatcherBuildError.