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 */ }pub type HashedQueueView<C, T> = WrappedHashableContainerView<C, QueueView<C, T>, HasherOutput>;Type wrapping QueueView while memoizing the hash.
struct HashedQueueView<C, T> { /* private fields */ }