Type Alias IterDeallocFn

Source
pub type IterDeallocFn = 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.