Skip to main content

HistoricallyHashedCustomSetView

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

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