pub fn get_all_device_info(devices: &[PathBuf]) -> BlockResult<Vec<Device>>
Expand description

Returns device info on every device it can find in the devices slice The device info may not be in the same order as the slice so be aware. This function is more efficient because it only call udev list once