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