Module quick_kv::types

source ·

Structs

  • BinaryKV is how data is represented programmatically in the database.

Enums

  • Represents any type of data that can be stored in the database.
  • Represents any type of data that can be stored in the database.

Traits

  • A util trait for converting a TypedValue a usable type in rust.
  • A util trait for converting a Value a usable type in rust.
  • A util trait for converting a raw type into a TypedValue
  • A util trait for converting a raw type into a Value