Expand description
Implementation for a relational linked chunk, see
RelationalLinkedChunk
.
Structs§
- Relational
Linked Chunk - A
LinkedChunk
but with a relational layout, similar to what we would have in a database.
Traits§
- Indexable
Item - The
IndexableItem
trait is used to mark items that can be indexed into aRelationalLinkedChunk
.