[][src]Type Definition menu::MenuCallbackFn

type MenuCallbackFn<T> = fn(menu: &Menu<T>, context: &mut T);

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