Type Alias linera_views::views::map_view::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 */ }