Type Definition toml_edit::ArrayOfTablesIterMut[][src]

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

An iterator type over ArrayOfTables’s values.