pub fn devices<F>(device_type: &str, f: F)where F: Fn(DeviceNode<'_>),
Do something for all devices with given type.