Expand description
The module contains a VecRecords
implementation of Records
.
Structs§
- The structure represents a
Records
implementation as an pre built vector of cells.
Traits§
- Cell imlementation which can be used with
VecRecords
. - Cell representation of
VecRecords
which can be modified.