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.
pub type MapIterFn = for<'map> unsafe fn(_: OpaqueConst<'map>) -> Opaque<'map>;Get an iterator over the map
The map parameter must point to aligned, initialized memory of the correct type.