Type Definition yrs::MapIter[][src]

pub type MapIter = MapIter<'static, 'static>;
Expand description

Iterator structure used by shared map data type. Map iterators are unordered - there’s no specific order in which map entries will be returned during consecutive iterator calls.