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.

Auto Trait Implementations

impl<D, S> Send for Items<D, S> where
    D: Send,
    S: Send

impl<D, S> Sync for Items<D, S> where
    D: Sync,
    S: Sync