pub type CachedIterMut<'a, T> = Chain<IntoIter<&'a mut Box<T>>, IterMut<'a, T>>;
Mutable iterator over the contents of a CachedThreadLocal.
CachedThreadLocal
struct CachedIterMut<'a, T> { /* private fields */ }