Type Definition itertools::VecIntoIter

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