Type Alias linera_views::views::log_view::HashedLogView

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

Type wrapping LogView while memoizing the hash.

Aliased Type§

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