Module matrix_sdk::linked_chunk
source · Expand description
A linked chunk is the underlying data structure that holds all events.
Structs§
- A chunk is a node in the
LinkedChunk
. - The unique identifier of a chunk in a
LinkedChunk
. - An iterator over a
LinkedChunk
that traverses the chunk in forward direction (i.e. it callsnext
on each chunk to make progress). - An iterator over a
LinkedChunk
that traverses the chunk in backward direction (i.e. it callsprevious
on each chunk to make progress). - The
LinkedChunk
structure. - The position of something inside a
Chunk
.
Enums§
- This enum represents the content of a
Chunk
. - A type representing what to do when the system has to handle an empty chunk.
- Errors of
LinkedChunk
.