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

type ShapeIterator<'a> = xcb_xkb_shape_iterator_t<'a>;

Trait Implementations

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

type Item = Shape<'a>

The type of the elements being iterated over.