pub type HistoricallyHashedByteMapView<C, V> = HistoricallyHashableView<C, ByteMapView<C, V>>;Expand description
Wrapper around ByteMapView to compute hashes based on the history of changes.
Aliased Typeยง
struct HistoricallyHashedByteMapView<C, V> { /* private fields */ }