Type Alias HistoricallyHashedByteSetView

Source
pub type HistoricallyHashedByteSetView<C> = HistoricallyHashableView<C, ByteSetView<C>>;
Expand description

Wrapper around ByteSetView to compute hashes based on the history of changes.

Aliased Typeยง

struct HistoricallyHashedByteSetView<C> { /* private fields */ }