thread_local::CachedIterMut [] [src]

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

Mutable iterator over the contents of a CachedThreadLocal.