Skip to main content

HistoricallyHashedMapView

Type Alias HistoricallyHashedMapView 

Source
pub type HistoricallyHashedMapView<C, I, V> = HistoricallyHashableView<C, MapView<C, I, V>>;
Expand description

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

Aliased Typeยง

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