Skip to main content

HashedReentrantCustomCollectionView

Type Alias HashedReentrantCustomCollectionView 

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

Type wrapping ReentrantCustomCollectionView while memoizing the hash.

Aliased Typeยง

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