linera_views::views::map_view

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ยง

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