JP-Ellis/rust-skiplist

Cannot use `Iter`

seppo0010 opened this issue · 0 comments

Each module defines a public Iter. However, the modules are private so third parties cannot return any of those Iter internally because they cannot use it.