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

An iterator type over ArrayOfTables’s values.

Aliased Type§

struct ArrayOfTablesIterMut<'a>(/* private fields */);