linera_views::views::queue_view

Type Alias 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 */ }