Skip to main content

HashedCustomSetView

Type Alias HashedCustomSetView 

Source
pub type HashedCustomSetView<C, I> = WrappedHashableContainerView<C, CustomSetView<C, I>, HasherOutput>;
Expand description

Type wrapping CustomSetView while memoizing the hash.

Aliased Typeยง

pub struct HashedCustomSetView<C, I> { /* private fields */ }