Type Alias linera_views::views::reentrant_collection_view::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 */ }