Module crow_util::pop_iter[][src]

A module containing a struct which implements iter() to pop a Vec<T> until it is empty.

Structs

PopIter

An iterator over a Vec<T> which pops the last element each time next() is called.

Traits

ToPopIter

Conversion into a PopIter.