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