pub type HashedByteSetView<C> = WrappedHashableContainerView<C, ByteSetView<C>, HasherOutput>;
Expand description
Type wrapping ByteSetView
while memoizing the hash.
Aliased Typeยง
struct HashedByteSetView<C> { /* private fields */ }
pub type HashedByteSetView<C> = WrappedHashableContainerView<C, ByteSetView<C>, HasherOutput>;
Type wrapping ByteSetView
while memoizing the hash.
struct HashedByteSetView<C> { /* private fields */ }