Type Alias HistoricallyHashedByteCollectionView

Source
pub type HistoricallyHashedByteCollectionView<C, W> = HistoricallyHashableView<C, ByteCollectionView<C, W>>;
Expand description

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

Aliased Typeยง

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