Type Alias VecDequeIntoIter

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

Aliased Typeยง

pub(crate) struct VecDequeIntoIter<T> { /* private fields */ }