Crate fuchsia_vfs_watcher
source ·Expand description
Stream-based Fuchsia VFS directory watcher
Structs
Describes the type of event that occurred in the directory being watched.
A message containing a
WatchEvent
and the filename (relative to the directory being watched)
that triggered the event.Provides a Stream of WatchMessages corresponding to filesystem events for a given directory.