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

type Iter<'a, T, P> = Map<IterPtr<'a, T, P>, fn(_: &SharedPointer<T, P>) -> &T>;