Type Alias linera_views::views::map_view::HashedMapView
source · pub type HashedMapView<C, I, V> = WrappedHashableContainerView<C, MapView<C, I, V>, HasherOutput>;
Expand description
Type wrapping MapView
while memoizing the hash.
Aliased Type§
struct HashedMapView<C, I, V> { /* private fields */ }