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

with_system_tray_ref

Function with_system_tray_ref 

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

Execute a closure with a shared reference to the system tray.