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

IntoIterator type for SymbolMap.