Type Alias linera_views::views::queue_view::HashedQueueView

source ·
pub type HashedQueueView<C, T> = WrappedHashableContainerView<C, QueueView<C, T>, HasherOutput>;
Expand description

Type wrapping QueueView while memoizing the hash.

Aliased Type§

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