Skip to main content

HistoricallyHashedQueueView

Type Alias HistoricallyHashedQueueView 

Source
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ยง

pub struct HistoricallyHashedQueueView<C, T> { /* private fields */ }