Expand description
Code to watch configuration files for any changes.
Structs§
- File
Event Receiver - The receiver half of a watch channel used for receiving
Event
s sent by aFileWatcher
. - File
Event Sender - The sender half of a watch channel used by a
FileWatcher
for sendingEvent
s. - File
Watcher - A wrapper around a
notify::Watcher
to 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
FileWatcher
before 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
Result
whoseErr
isFileWatcherBuildError
.