[−][src]Type Definition thread_local::CachedIterMut
type CachedIterMut<'a, T> = Chain<OptionIter<&'a mut Box<T>>, IterMut<'a, T>>;
Mutable iterator over the contents of a CachedThreadLocal
.
type CachedIterMut<'a, T> = Chain<OptionIter<&'a mut Box<T>>, IterMut<'a, T>>;
Mutable iterator over the contents of a CachedThreadLocal
.