[go: up one dir, main page]

Type Definition toml_edit::ArrayOfTablesIter

source ·
pub type ArrayOfTablesIter<'a> = Box<dyn Iterator<Item = &'a Table> + 'a>;
Expand description

An iterator type over ArrayOfTables’s values.