Type Alias menu::ItemCallbackFn

source ·
pub type ItemCallbackFn<I, T> = fn(menu: &Menu<'_, I, T>, item: &Item<'_, I, T>, args: &[&str], interface: &mut I, context: &mut T);
Expand description

The type of function we call when we a valid command has been entered.