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

type KeyAliasIterator<'a> = xcb_xkb_key_alias_iterator_t<'a>;

Trait Implementations

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

type Item = KeyAlias<'a>

The type of the elements being iterated over.