Type Definition tauri_runtime::TrayEventHandler

source ·
pub type TrayEventHandler = dyn Fn(&SystemTrayEvent) + Send + 'static;