Struct menu::Item
[−]
[src]
pub struct Item<'a, T> where
T: 'a, { pub command: &'a str, pub help: Option<&'a str>, pub item_type: ItemType<'a, T>, }
Menu Item
Fields
command: &'a str
help: Option<&'a str>
item_type: ItemType<'a, T>