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