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