Module zng_ext_fs_watcher::fs_event
source · Expand description
File system change event types.
The event for each change is available in FsChange::event
.
This module re-exports types from the notify
crate.
Structs§
- Notify error type.
- Notify event.
Enums§
- An event describing non-mutating access operations on files.
- An event describing open or close operations on files.
- An event describing creation operations on files.
- An event emitted when the data content of a file is changed.
- Error kinds
- Top-level event kind.
- An event emitted when the metadata of a file or folder is changed.
- An event describing mutation of content, name, or metadata.
- An event describing removal operations on files.
- An event emitted when the name of a file or folder is changed.