Skip to main content

HistoricallyHashedCustomCollectionView

Type Alias HistoricallyHashedCustomCollectionView 

Source
pub type HistoricallyHashedCustomCollectionView<C, I, W> = HistoricallyHashableView<C, CustomCollectionView<C, I, W>>;
Expand description

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

Aliased Typeยง

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