[][src]Type Definition xcb::xproto::SetupIterator

type SetupIterator<'a> = xcb_setup_iterator_t<'a>;

Trait Implementations

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

type Item = Setup<'a>

The type of the elements being iterated over.