itertools

Type Alias VecIntoIter

Source
pub(crate) type VecIntoIter<T> = IntoIter<T>;

Aliased Typeยง

struct VecIntoIter<T> { /* private fields */ }