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