Type Alias TabIter

Source
pub type TabIter<'a> = Iter<'a, (usize, BoxedView)>;
Expand description

Iterator over the views and their IDs in a tabbed view

Aliased Typeยง

struct TabIter<'a> { /* private fields */ }
OSZAR »