IterDeallocFn

Type Alias IterDeallocFn 

Source
pub type IterDeallocFn = unsafe fn(iter: PtrMut);
Expand description

Deallocate the iterator

ยงSafety

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