Type Definition thread_local::CachedIntoIter[][src]

pub type CachedIntoIter<T> = Chain<OptionIter<Box<T>>, IntoIter<T>>;
Expand description

An iterator that moves out of a CachedThreadLocal.