Skip to main content

HashedByteSetView

Type Alias HashedByteSetView 

Source
pub type HashedByteSetView<C> = WrappedHashableContainerView<C, ByteSetView<C>, HasherOutput>;
Expand description

Type wrapping ByteSetView while memoizing the hash.

Aliased Typeยง

pub struct HashedByteSetView<C> { /* private fields */ }