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