pub type IntoIter = Box<dyn Iterator<Item = (InternalString, Item)>>;
An owned iterator type over Table’s Key/Item pairs
Table
Key
Item
pub struct IntoIter(/* private fields */);