Type Definition xcb::xkb::KeySymMapIterator[][src]

type KeySymMapIterator<'a> = xcb_xkb_key_sym_map_iterator_t<'a>;

Trait Implementations

impl<'a> Iterator for KeySymMapIterator<'a>[src]

type Item = KeySymMap<'a>

The type of the elements being iterated over.