Type Alias HistoricallyHashedCustomSetView

Source
pub type HistoricallyHashedCustomSetView<C, I> = HistoricallyHashableView<C, CustomSetView<C, I>>;
Expand description

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

Aliased Typeยง

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