linera_views::views::reentrant_collection_view

Type Alias HashedReentrantCollectionView

Source
pub type HashedReentrantCollectionView<C, I, W> = WrappedHashableContainerView<C, ReentrantCollectionView<C, I, W>, HasherOutput>;
Expand description

Type wrapping ReentrantCollectionView while memoizing the hash.

Aliased Typeยง

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