Searched defs:MKeyMap (Results 1 – 3 of 3) sorted by relevance
15 pub(crate) struct MKeyMap { struct17 args: Vec<Arg>,21 keys: Vec<Key>,82 impl MKeyMap { impl145 impl Index<&'_ KeyType> for MKeyMap { implementation
16 pub(crate) struct MKeyMap<'help> { struct18 args: Vec<Arg<'help>>,22 keys: Vec<Key>,83 impl<'help> MKeyMap<'help> { implementation161 impl<'help> Index<&'_ KeyType> for MKeyMap<'help> { implementation
3763 pub(crate) fn get_keymap(&self) -> &MKeyMap { in get_keymap()