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

type HostIterator<'a> = xcb_host_iterator_t<'a>;

Trait Implementations

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

type Item = Host<'a>

The type of the elements being iterated over.