pub type IntoIter<T> = IntoIter<T>;
Expand description

Iterator returned by into_iter.

Aliased Type§

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