pub type ArrayOfTablesIterMut<'a> = Box<dyn Iterator<Item = &'a mut Table> + 'a>;
An iterator type over ArrayOfTables’s values.
ArrayOfTables