Type Alias toml_edit::ArrayOfTablesIterMut
source · 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>(_, _);