Type Alias MapIterFn

Source
pub type MapIterFn = for<'map> unsafe fn(PtrConst<'map>) -> PtrMut<'map>;
Expand description

Get an iterator over the map

ยงSafety

The map parameter must point to aligned, initialized memory of the correct type.