Type Alias MapIterDeallocFn

Source
pub type MapIterDeallocFn = for<'iter> unsafe fn(_: PtrMut<'iter>);
Expand description

Deallocate the iterator

ยงSafety

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