pub type HashedByteCollectionView<C, W> = WrappedHashableContainerView<C, ByteCollectionView<C, W>, HasherOutput>;
Expand description

Type wrapping ByteCollectionView while memoizing the hash.

Aliased Type§

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