Expand description
Implementation for a relational linked chunk, see
RelationalLinkedChunk.
Structs§
- Relational
Linked Chunk - A
LinkedChunkbut with a relational layout, similar to what we would have in a database.
Enums§
- Relational
Linked Chunk Error - An error type for representing the possible failures
in operations on a
RelationalLinkedChunk.
Traits§
- Indexable
Item - The
IndexableItemtrait is used to mark items that can be indexed into aRelationalLinkedChunk.