[][src]Module convenient_skiplist::iter

Structs

IntoIter

Struct to keep track of things for IntoIterator Warning: As all nodes are heap allocated, we have to clone them to produce type T.

IterAll

IterAll is a iterator struct to iterate over the entire linked list.

IterRangeWith
SkipListRange