pub type Iter<'a> = Box<dyn Iterator<Item = (&'a str, &'a Item)> + 'a>;
An iterator type over Table’s key/value pairs.
Table