pub type CachedIterMut<'a, T> = Chain<OptionIter<&'a mut Box<T>>, IterMut<'a, T>>;
Expand description

Mutable iterator over the contents of a CachedThreadLocal.