⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

with_registry

Function with_registry 

Source
pub fn with_registry<R, F: FnOnce(&DeviceRegistry) -> R>(f: F) -> Option<R>
Expand description

Access the device registry through a closure