Crate tc_collection

Source

Modules§

public
Public API endpoints for a [Collection]

Structs§

CollectionVisitor
A de::Visitor used to deserialize a Collection.

Enums§

Collection
A mutable transactional collection of data.
CollectionBase
The base type of a mutable transactional collection of data.
CollectionType
The Class of a Collection.
CollectionView
A view of a Collection within a single Transaction, used for serialization.
Schema
The schema of a Collection.

Constants§

PREFIX
The prefix of the absolute path to Collection data types

Traits§

CollectionBlock