Module value

Source
Expand description

§Types that are common to most FDB-APIs

This crate module contains rustic representations/types for values that necessarily appear in most of the APIs in this crate.

Modules§

file
Values as serialized to a file
mem
Values as stored in byte slices
owned
Value as stored in owned allocation

Structs§

UnknownValueType
This represents a value type that could not be parsed

Enums§

Value
A single field value in the database
ValueType
Value datatypes used in the database

Traits§

Context
Type-Parameters to Value
ValueMapperMut
Trait for mapping value from one context to another