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

Trait Implementations

Auto Trait Implementations

impl<'a, T> Send for Item<'a, T>

impl<'a, T> Sync for Item<'a, T>