Type Alias menu::MenuCallbackFn

source ·
pub type MenuCallbackFn<I, T> = fn(menu: &Menu<'_, I, T>, interface: &mut I, context: &mut T);
Expand description

The type of function we call when we enter/exit a menu.