Crate simple_tables_core

Source
Expand description

Simple Tables Core

Modules§

error

Traits§

IdTable
Defines a table with a unique identifier. This class should be implemented alongside the Table trait.
Table
A table should conform to this trait. Row is the table’s row type.
TableRow