pub fn input_devices() -> Result<Vec<Device>, Error>
3fn main() { 4 println!("{:#?}", sysfs_input::input_devices()); 5}