Struct conrod::widget::id::ListWalk[][src]

pub struct ListWalk { /* fields omitted */ }

An iterator-like type for producing indices from a List.

Methods

impl ListWalk
[src]

Yield the next index, generating one if it does not yet exist.

Auto Trait Implementations

impl Send for ListWalk

impl Sync for ListWalk