Module tinychain::collection[][src]

A Collection such as a BTree or Table.

Structs

CollectionVisitor

A de::Visitor used to deserialize a Collection.

Enums

BTreeType

The Class of a BTree.

Collection

A stateful, transaction-aware Collection, such as a BTree or Table.

CollectionType

The Class of a Collection.

CollectionView

A view of a Collection within a single Transaction, used for serialization.

TableType

The Class of a Table.

Type Definitions

BTree
BTreeFile
Table
TableIndex