Struct conrod::widget::list::Items [] [src]

pub struct Items<D, S> { /* fields omitted */ }

An Iterator yielding each Item in the list.

Methods

impl<D, S> Items<D, S> where
    D: Direction,
    S: ItemSize
[src]

Yield the next Item in the list.