Type Alias HistoricallyHashedCustomMapView

Source
pub type HistoricallyHashedCustomMapView<C, I, V> = HistoricallyHashableView<C, CustomMapView<C, I, V>>;
Expand description

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

Aliased Typeยง

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