Type Definition toml_edit::InlineTableIter[][src]

pub type InlineTableIter<'a> = Box<dyn Iterator<Item = (&'a str, &'a Value)> + 'a>;
Expand description

An iterator type over key/value pairs of an inline table.