Module iter

Module iter 

Source
Expand description

Various iterator implementations and type definitions for AssociativeCache.

Structs§

IntoIter
An iterator that consumes and takes ownership of a cache’s keys and values.
Iter
An iterator over shared borrows of the cache keys and values.
IterMut
An iterator over shared borrows of the cache keys and mutable borrows of the cache values.