pub type ArrayOfTablesIter<'a> = Box<dyn Iterator<Item = &'a Table> + 'a>;
Expand description

An iterator type over ArrayOfTables’s values.