pub type HashedMapView<C, I, V> = WrappedHashableContainerView<C, MapView<C, I, V>, HasherOutput>;
Expand description
Type wrapping MapView
while memoizing the hash.
Aliased Typeยง
struct HashedMapView<C, I, V> { /* private fields */ }
pub type HashedMapView<C, I, V> = WrappedHashableContainerView<C, MapView<C, I, V>, HasherOutput>;
Type wrapping MapView
while memoizing the hash.
struct HashedMapView<C, I, V> { /* private fields */ }