Type Alias ReusingVecIter

Source
pub type ReusingVecIter<T> = Take<IntoIter<T>>;
Expand description

An Iterator created from a ReusingVec

Aliased Typeยง

pub struct ReusingVecIter<T> { /* private fields */ }