pub type ArrayIntoIter = Box<dyn Iterator<Item = Value>>;
An owned iterator type over Table’s key/value pairs.
Table