Module csv_to_table::iter
source · Expand description
The module contains CsvRecords
which is an Iterator
abstraction for IterTable
.
Structs§
- A
IntoRecords
implementation for acsv::Reader
. - A row iterator.
- A column iterator.
Functions§
- Creates
IterTable
from acsv::Reader
.