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

type KeyIterator<'a> = xcb_xkb_key_iterator_t<'a>;

Trait Implementations

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

type Item = Key<'a>

The type of the elements being iterated over.