Skip to main content

HistoricallyHashedSetView

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ยง

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