Module table

Module table 

Source

Structs§

Table
Represents a database table utilizing a BTreeMap for underlying data storage. Human-readable serializers (e.g., JSON) see it as a map with string keys. Binary serializers (e.g., bincode) see it as a sequence of rows.

Traits§

PrimaryKey
Trait for getting the value of the primary key