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

type ListingIterator<'a> = xcb_xkb_listing_iterator_t<'a>;

Trait Implementations

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

type Item = Listing<'a>

The type of the elements being iterated over.