Type Definition toml_edit::ArrayOfTablesIntoIter[][src]

pub type ArrayOfTablesIntoIter = Box<dyn Iterator<Item = Table>>;
Expand description

An iterator type over ArrayOfTables’s values.