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