pub type CachedIntoIter<T> = Chain<IntoIter<Box<T>>, IntoIter<T>>;
An iterator that moves out of a CachedThreadLocal.
CachedThreadLocal
struct CachedIntoIter<T> { /* private fields */ }