[src]

std::slice::RevMoveItems

type RevMoveItems<T> = Rev<MoveItems<T>>;

An iterator that moves out of a vector in reverse order.