Type Definition thread_local::CachedIntoIter [−][src]
type CachedIntoIter<T> = Chain<OptionIter<Box<T>>, IntoIter<T>>;
An iterator that moves out of a CachedThreadLocal
.
type CachedIntoIter<T> = Chain<OptionIter<Box<T>>, IntoIter<T>>;
An iterator that moves out of a CachedThreadLocal
.