Expand description
Implements a listener to wait for Linux kobject uevents.
These are used to wait for device hotplug events, disk capacity changes, and other asynchronous hardware state changes in Linux.
Structs§
- A callback handle from
UeventListener
. - An error from
UeventListener::new
. - A device event.
- A listener for Linux udev events.
Enums§
- A notification for a
UeventListener
callback to process.