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

with_manager

Function with_manager 

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

Access the global VLAN manager under a lock.