linera_views::views::collection_view

Type Alias 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 */ }