pub type SymbolMapIter<'data> = IntoIter<Symbol<'data>, Global>;
Expand description

IntoIterator type for SymbolMap.