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

type OverlayIterator<'a> = xcb_xkb_overlay_iterator_t<'a>;

Trait Implementations

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

type Item = Overlay<'a>

The type of the elements being iterated over.