Type Alias VecIntoIter

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

Aliased Typeยง

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