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