Function enumerate

Source
pub fn enumerate() -> Result<Enumerate>
Expand description

Enumerates all currently plugged-in Evdev devices.

Performing enumeration can block for a significant amount of time while opening the evdev device files. In user-facing applications, it is recommended to perform enumeration in a background thread.