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

type StrIterator<'a> = xcb_str_iterator_t<'a>;

Trait Implementations

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

type Item = Str<'a>

The type of the elements being iterated over.