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

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