Structs§
- Directory
Watcher - The type corresponding to the DirectoryWatcher protocol.
DirectoryWatcher transmits messages from a filesystem server
about events happening in the filesystem. Clients can register
new watchers using the
Directory.Watchmethod, where they can filter which events they want to receive notifications for.
Traits§
- Directory
Watcher Client Handler - A client handler for the DirectoryWatcher protocol.
- Directory
Watcher Local Client Handler - A client handler for the DirectoryWatcher protocol.
- Directory
Watcher Local Server Handler - A server handler for the DirectoryWatcher protocol.
- Directory
Watcher Server Handler - A server handler for the DirectoryWatcher protocol.