linera_views::views::reentrant_collection_view

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