Skip to main content

HistoricallyHashedCustomMapView

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

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