[][src]Type Definition menu::ItemCallbackFn

type ItemCallbackFn<T> = fn(menu: &Menu<T>, item: &Item<T>, args: &[&str], context: &mut T);

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