pub type HashedCustomCollectionView<C, I, W> = WrappedHashableContainerView<C, CustomCollectionView<C, I, W>, HasherOutput>;
Expand description
Type wrapping CustomCollectionView
while memoizing the hash.
Aliased Typeยง
struct HashedCustomCollectionView<C, I, W> { /* private fields */ }