IterSizeHintFn

Type Alias IterSizeHintFn 

Source
pub type IterSizeHintFn = unsafe fn(PtrMut) -> Option<(usize, Option<usize>)>;
Expand description

Return the lower and upper bounds of the iterator, if known.

ยงSafety

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