linera_views::views::reentrant_collection_view

Type Alias HashedReentrantCustomCollectionView

Source
pub type HashedReentrantCustomCollectionView<C, I, W> = WrappedHashableContainerView<C, ReentrantCustomCollectionView<C, I, W>, HasherOutput>;
Expand description

Type wrapping ReentrantCustomCollectionView while memoizing the hash.

Aliased Typeยง

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