Skip to main content

HashedByteMapView

Type Alias HashedByteMapView 

Source
pub type HashedByteMapView<C, V> = WrappedHashableContainerView<C, ByteMapView<C, V>, HasherOutput>;
Expand description

Type wrapping ByteMapView while memoizing the hash.

Aliased Typeยง

pub struct HashedByteMapView<C, V> { /* private fields */ }