Struct conrod::widget::list_select::Events [] [src]

pub struct Events<M, D, S> where
    M: Mode
{ /* fields omitted */ }

An iterator-like type for yielding ListSelect Events.

Methods

impl<M, D, S> Events<M, D, S> where
    M: Mode,
    D: Direction,
    S: ItemSize
[src]

Yield the next Event.