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.