Expand description
The module contains a Records
abstraction of a grid trait and its implementers.
Modules§
- vec_
records - Module contains
VecRecords
.
Structs§
- Iter
Records - A Records implementation for any IntoIterator.
Traits§
- Exact
Records Records
extension which guarantees the amount of rows.- Into
Records - The representation of data, rows and columns of a grid.
- Peekable
Records - The representation of data, rows and columns of a grid.
- Records
- Records represents table data.