Type Alias linera_views::views::reentrant_collection_view::HashedReentrantByteCollectionView
source · pub type HashedReentrantByteCollectionView<C, W> = WrappedHashableContainerView<C, ReentrantByteCollectionView<C, W>, HasherOutput>;
Expand description
Type wrapping ReentrantByteCollectionView
while memoizing the hash.
Aliased Type§
struct HashedReentrantByteCollectionView<C, W> { /* private fields */ }