Type Alias IntoIter

Source
pub type IntoIter = Box<dyn Iterator<Item = (InternalString, Item)>>;
Expand description

An owned iterator type over Table’s Key/Item pairs

Aliased Type§

struct IntoIter(/* private fields */);