Struct conrod::widget::tabs::TabRects [] [src]

pub struct TabRects<'a> { /* fields omitted */ }

An iterator yielding the Rect for each Tab in the given list.

Methods

impl<'a> TabRects<'a>
[src]

Construct a new TabRects iterator.

Yield the next Tab Rect, along with the associated ID and label.