Type Alias HistoricallyHashedCollectionView

Source
pub type HistoricallyHashedCollectionView<C, I, W> = HistoricallyHashableView<C, CollectionView<C, I, W>>;
Expand description

Wrapper around CollectionView to compute hashes based on the history of changes.

Aliased Typeยง

struct HistoricallyHashedCollectionView<C, I, W> { /* private fields */ }