pub type InlineTableIntoIter = Box<dyn Iterator<Item = (String, Value)>>;
An owned iterator type over an InlineTable’s Key/Value pairs
InlineTable
Key
Value
pub struct InlineTableIntoIter(/* private fields */);