Skip to main content

HashedQueueView

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

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