Crate bt_device_watcher
source ·Expand description
Convenience library that wraps around the VFS watcher.
Structs
A representation of an open device file, as constructed by a DeviceWatcher. A DeviceFile is
necessarily linked to the directory of the DeviceWatcher that opened it, as the
relative_path
method is relative to the directory watched by that DeviceWatcher.Utility object for watching for device creation and removal events.
Enums
Filter used when watching for new devices.