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

with_registry_mut

Function with_registry_mut 

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

Access the device registry mutably through a closure