Crate zng_ext_fs_watcher
source ·Expand description
Modules§
- File system change event types.
Structs§
- Represents a single file system change, annotated.
- Handle that holds a
WATCHER.annotate
note. FS_CHANGES_EVENT
arguments.- Application extension that provides file system change events and service.
- File system watcher service.
- Represents an open read-only file provided by
WATCHER.read
. - Represents an active file or directory watcher in
WATCHER
. - Annotation for file watcher events and var update tags.
- Represents an open write file provided by
WATCHER.sync
.
Enums§
- Error for
WatchFile::parse
.
Statics§
- Event sent by the
WATCHER
service on directories or files that are watched.
Traits§
- Represents a
FsChange
note. - Represents a status type for
WATCHER
read-only operations. - Represents a status type for
WATCHER.sync_status
.