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