Skip to main content

HashedReentrantByteCollectionView

Type Alias HashedReentrantByteCollectionView 

Source
pub type HashedReentrantByteCollectionView<C, W> = WrappedHashableContainerView<C, ReentrantByteCollectionView<C, W>, HasherOutput>;
Expand description

Type wrapping ReentrantByteCollectionView while memoizing the hash.

Aliased Typeยง

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