pub type InlineTableIter<'a> = Box<dyn Iterator<Item = (&'a str, &'a Value)> + 'a>;
An iterator type over InlineTable’s Key/Value pairs
InlineTable
Key
Value
struct InlineTableIter<'a>(/* private fields */);