#[repr(transparent)]pub struct MapIter(_);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.
#[repr(transparent)]pub struct MapIter(_);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.