linera_views::views::log_view

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

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