Closed hawkw closed 6 years ago
Starts on #9.
Note that the Cursor API implements Iterator for cursors "for free"; so the easiest way to implement #4 is now probably just to implement #9 and add a IntoIterator implementations that return cursors.
Cursor
Iterator
IntoIterator
Starts on #9.
Note that the
Cursor
API implementsIterator
for cursors "for free"; so the easiest way to implement #4 is now probably just to implement #9 and add aIntoIterator
implementations that return cursors.