Type Alias HistoricallyHashedSetView

Source
pub type HistoricallyHashedSetView<C, I> = HistoricallyHashableView<C, SetView<C, I>>;
Expand description

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

Aliased Typeยง

struct HistoricallyHashedSetView<C, I> { /* private fields */ }