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

type KeyTypeIterator<'a> = xcb_xkb_key_type_iterator_t<'a>;

Trait Implementations

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

type Item = KeyType<'a>

The type of the elements being iterated over.