Type Definition yrs::MapIter

source · []
pub type MapIter = MapIter<'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.