Type Alias toml_edit::ArrayOfTablesIntoIter
source · pub type ArrayOfTablesIntoIter = Box<dyn Iterator<Item = Table>>;
Expand description
An iterator type over ArrayOfTables
’s values.
Aliased Type§
struct ArrayOfTablesIntoIter(/* private fields */);