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

with_container_manager

Function with_container_manager 

Source
pub fn with_container_manager<R, F: FnOnce(&mut ContainerManager) -> R>(
    f: F,
) -> Result<R, KernelError>