Type Alias linera_views::views::set_view::HashedByteSetView

source ·
pub type HashedByteSetView<C> = WrappedHashableContainerView<C, ByteSetView<C>, HasherOutput>;
Expand description

Type wrapping ByteSetView while memoizing the hash.

Aliased Type§

struct HashedByteSetView<C> { /* private fields */ }