Function uacpi::utils::find_devices
source ยท pub fn find_devices<F: FnMut(&NamespaceNode) -> NsIterDecision>(
hid: &CStr,
cb: F,
) -> Result<(), Status>Expand description
Same as find_devices_at, except this starts at the root and only matches one hid.