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

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