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.