MapIterFn

Type Alias MapIterFn 

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

Get an iterator over the map

ยงSafety

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