Type Alias itertools::VecDequeIntoIter

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

Aliased Type§

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