Type Alias itertools::VecIntoIter

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

Aliased Type§

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