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ยง
struct HistoricallyHashedMapView<C, I, V> { /* private fields */ }