pub type IntoIter = Box<dyn Iterator<Item = (InternalString, Item)>>;
An owned iterator type over Table’s key/value pairs.
Table