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

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