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