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

type RowIterator<'a> = xcb_xkb_row_iterator_t<'a>;

Trait Implementations

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

type Item = Row<'a>

The type of the elements being iterated over.