Skip to main content

HashedLogView

Type Alias HashedLogView 

Source
pub type HashedLogView<C, T> = WrappedHashableContainerView<C, LogView<C, T>, HasherOutput>;
Expand description

Type wrapping LogView while memoizing the hash.

Aliased Typeยง

pub struct HashedLogView<C, T> { /* private fields */ }