Type Alias CachedIterMut

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

Mutable iterator over the contents of a CachedThreadLocal.

Aliased Typeยง

struct CachedIterMut<'a, T> { /* private fields */ }