Skip to main content

HashedByteCollectionView

Type Alias HashedByteCollectionView 

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

Type wrapping ByteCollectionView while memoizing the hash.

Aliased Typeยง

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