Skip to main content

HistoricallyHashedByteCollectionView

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

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