linera_views::views::collection_view

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