linera_views::views::set_view

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