Type Definition rpds::queue::Iter [] [src]

type Iter<'a, T> = Map<Chain<IterArc<'a, T>, LazilyReversedListIter<'a, T>>, fn(_: &Arc<T>) -> &T>;