Type Alias CachedIntoIter

Source
pub type CachedIntoIter<T> = Chain<IntoIter<Box<T>>, IntoIter<T>>;
Expand description

An iterator that moves out of a CachedThreadLocal.

Aliased Typeยง

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