Type Alias linera_views::views::collection_view::HashedCollectionView

source ·
pub type HashedCollectionView<C, I, W> = WrappedHashableContainerView<C, CollectionView<C, I, W>, HasherOutput>;
Expand description

Type wrapping CollectionView while memoizing the hash.

Aliased Type§

struct HashedCollectionView<C, I, W> { /* private fields */ }