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