Type Alias TabIterMut

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

Mutable iterator over the views and their IDs in a tabbed view

Aliased Typeยง

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