pub type HashedReentrantCustomCollectionView<C, I, W> = WrappedHashableContainerView<C, ReentrantCustomCollectionView<C, I, W>, HasherOutput>;
Expand description

Type wrapping ReentrantCustomCollectionView while memoizing the hash.

Aliased Type§

struct HashedReentrantCustomCollectionView<C, I, W> { /* private fields */ }