Closed erikaderstedt closed 4 years ago
RecordIterator is not exposed on the public interface, preventing e.g. having a RecordIterator as a struct field:
struct MyStruct { dbase::RecordIterator<BufReader<File>>, }
This pull requests adds RecordIterator to the exposed interface on the crate.
RecordIterator is not exposed on the public interface, preventing e.g. having a RecordIterator as a struct field:
struct MyStruct { dbase::RecordIterator<BufReader<File>>, }
This pull requests adds RecordIterator to the exposed interface on the crate.