collections::treemap::MoveSetItems[src]

type MoveSetItems<T> = Map<'static, (T, ()), T, MoveEntries<T, ()>>;

Lazy forward iterator over a set that consumes the set while iterating