Module entry

Source
Expand description

this module defines the Entry trait for establishing a common interface for entries in a store, which are key-value pairs.

Traitsยง

Entry
The Entry trait extends the RawEntry trait to provide additional methods for
RawEntry
A RawEntry represents a single record within a key-value store, providing access to the key alongisde methods for accessing and manipulating the value of the entry.