pub type ArrayOfTablesIntoIter = Box<dyn Iterator<Item = Table>>;
An iterator type over ArrayOfTables’s values.
ArrayOfTables