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