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