itertools

Type Alias VecDequeIntoIter

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

Aliased Typeยง

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