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