Module rustc_rayon::collections::vec_deque [−][src]
Expand description
This module contains the parallel iterator types for double-ended queues
(VecDeque<T>
). You will rarely need to interact with it directly
unless you have need to name one of the iterator types.