pub type TabIterMut<'a> = IterMut<'a, (usize, BoxedView)>;
Mutable iterator over the views and their IDs in a tabbed view
pub struct TabIterMut<'a> { /* private fields */ }