IterDeallocFn

Type Alias IterDeallocFn 

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

Deallocate the iterator

ยงSafety

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