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